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
and when the token expires, then the console is not aware of it: it continues to show that it is connected as the previous username which was used, but the server is actually answering in 'guest' state (no token)
we must provide a way to notify the user that he is not anymore authenticated to the server
The text was updated successfully, but these errors were encountered:
when auth==jwt (token)
when jwt.required==false
and when the token expires, then the console is not aware of it: it continues to show that it is connected as the previous username which was used, but the server is actually answering in 'guest' state (no token)
we must provide a way to notify the user that he is not anymore authenticated to the server
The text was updated successfully, but these errors were encountered: