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
Storing the jwt in local storage is not secure. For a recipe site, probably not a major concern, but using a same site, httponly cookie would be better.
The server side of this is really easy. I made an initial attempt and the sticking point is a better way to track logged in state on the client, which I am sure there's a pretty standard way of doing.
Storing the jwt in local storage is not secure. For a recipe site, probably not a major concern, but using a same site, httponly cookie would be better.
Useful links:
The text was updated successfully, but these errors were encountered: