-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
Using window.sessionStorage means the token will not survive a browser refresh.
What would be the advisable approach here
-
Request a new token on application startup, just in case there is already a session on the server for that user?
-
Store the token in a cookie?
-
non session browser storage could be sketchy since it lives beyond life of the browser, it could be stolen.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels