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
From what I see in the code, "jwt" authenticator return 403 (StatusForbidden) in case of authentication failure. I would expect 401 (StatusUnauthorized), the documentation actually says 401 too.
"jwt" authenticator returns 403 instead of 401
From what I see in the code, "jwt" authenticator return 403 (StatusForbidden) in case of authentication failure. I would expect 401 (StatusUnauthorized), the documentation actually says 401 too.
Reproducing the bug
Expected behavior
401 status is returned instead (e.g. the token is not valid).
Environment
The text was updated successfully, but these errors were encountered: