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
The API returns the JWT in the Authorization response header of POST /users/sign_in and it is not used in GET /users/me by the Frontend which results in a 401 Unauthorized.
The API returns the JWT in the
Authorization
response header ofPOST /users/sign_in
and it is not used inGET /users/me
by the Frontend which results in a 401 Unauthorized.According to my understanding, the Frontendrelies on https://github.com/websanova/vue-auth/blob/v2.21.14-beta/drivers/auth/bearer.js to get the JWT from the response, so it may be a regression from the Frontend.
vue-auth
is way outdated by the way.I don't know why, but there is also cookie headers in the requests and responses.
The text was updated successfully, but these errors were encountered: