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
Right now we're using local storage which is vulnerable to XSS attacks. We need to use a secure HTTP only cookie on web clients, and only use local/secure storage on trusted native clients.