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
Hello,
I wanted to report this issue regarding expired JWT handling. Currently, the API returns a 422 Unprocessable Entity status code when a JWT is expired.
However, based on HTTP status code standards, returning a 401 Unauthorized status code in this scenario would be more appropriate.
Thanks for your help on that!
The text was updated successfully, but these errors were encountered:
Hello,
I wanted to report this issue regarding expired JWT handling. Currently, the API returns a
422 Unprocessable Entity
status code when a JWT is expired.However, based on HTTP status code standards, returning a
401 Unauthorized status code
in this scenario would be more appropriate.Thanks for your help on that!
The text was updated successfully, but these errors were encountered: