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
Currently our jwt tokens don't expire.
This is not a good practice, because somebody could steal them and authenticate as the user.
We should either use a refresh token or implement an easy way to white list tokens.