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
Consider not storing the session token in the users' local storage.
Consider setting the session token as a cookie with the "HTTPOnly", "Secure" and “SameSite”. An Anti-CSRF header token is potentially required as well in order to prevent CSRF attacks when using session cookies.
Consider not storing the session token in the users' local storage.
Consider setting the session token as a cookie with the "HTTPOnly", "Secure" and “SameSite”. An Anti-CSRF header token is potentially required as well in order to prevent CSRF attacks when using session cookies.