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
When a token is added manually Axios doesn't attach the token. As for my auth flow it is required.
What does the proposed changes look like?
When setting a token manually using $auth.setToken calling this.$auth.ctx.app.$axios.setHeader(this.options.tokenName, token) this would solves the manual login problem.
This feature request is available on Nuxt community (#c184)
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
When a token is added manually Axios doesn't attach the token. As for my auth flow it is required.
What does the proposed changes look like?
When setting a token manually using
$auth.setToken
callingthis.$auth.ctx.app.$axios.setHeader(this.options.tokenName, token)
this would solves the manual login problem.The text was updated successfully, but these errors were encountered: