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 access token is stored in localStorage, which makes it vulnerable to XSS attacks.
We should move to a safer approach like keeping the access token in memory and using an HttpOnly cookie for the refresh token to reduce security risks and improve overall session handling.