You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using "@nuxtjs/axios": 5.13.6 and "@nuxtjs/auth-next": 5.0.0-1648802546.c9880dc. Axios requests with overridden options, act as global axios client options.
I am using Nuxt/auth and Naxt/axios .
and it set token for every requests perfectly
But for some routes I don't need Credential to be sent
so I do like it (in components) :
But it does not work 👎 (Both options )
I also have plugin for it
plugins/axios
But token is sent again !
what's problem ??
The text was updated successfully, but these errors were encountered: