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
Right now if you go to the site and the browser has a stored JWT in cookie, it will take you to dashboard because it believes you are logged in. However the server will reject the JWT and you won't be able to see any data until you sign out and then sign back in again. Fix this somehow (maybe add loading screen or something?) to check with the server if the JWT is actually still valid before putting user on logged-in state.
Right now if you go to the site and the browser has a stored JWT in cookie, it will take you to dashboard because it believes you are logged in. However the server will reject the JWT and you won't be able to see any data until you sign out and then sign back in again. Fix this somehow (maybe add loading screen or something?) to check with the server if the JWT is actually still valid before putting user on logged-in state.
RELATED: #32
The text was updated successfully, but these errors were encountered: