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 a user's token get stored in localStorage, and won't expire or go away until localStorage gets cleared. We should have a mechanism for expiring sessions when we deem it necessary (like when we push a big change to the API)
The text was updated successfully, but these errors were encountered:
Currently a user's token get stored in localStorage, and won't expire or go away until localStorage gets cleared. We should have a mechanism for expiring sessions when we deem it necessary (like when we push a big change to the API)
The text was updated successfully, but these errors were encountered: