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 the session token is stored as a cookie but this doesn't make sense since we're not doing cookie-based auth. Instead, it should be stored in local storage.
What might break?
Session management needs to be properly tested. For instance, closing the browser should not log the user out.
Relevant Issues
No response
The text was updated successfully, but these errors were encountered:
What are you wanting to be added?
Currently the session token is stored as a cookie but this doesn't make sense since we're not doing cookie-based auth. Instead, it should be stored in local storage.
What might break?
Session management needs to be properly tested. For instance, closing the browser should not log the user out.
Relevant Issues
No response
The text was updated successfully, but these errors were encountered: