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
As we all know storing tokens in local storage is bad security
Will be great to either change the authentication flow to use HttpOnly cookie as opposed to the local storage tokens
As we all know storing tokens in local storage is bad security
Will be great to either change the authentication flow to use HttpOnly cookie as opposed to the local storage tokens
fastapi/fastapi#480