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
403 - means permission denied. which means a user authentication is valid, they just try to access something above their level, like admin features and such.
401 - means authentication failed or was not issued
you're throwing 403s instead of 401s
403 - means permission denied. which means a user authentication is valid, they just try to access something above their level, like admin features and such.
401 - means authentication failed or was not issued
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
The text was updated successfully, but these errors were encountered: