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 user sessions are stored in local storage on the frontend. This would be much cleaner (and technically secure) if it was stored using the useContext hook in react. In general react context should be used more often, this is a good start.
User session is accessible through a provider accessing react context API
The text was updated successfully, but these errors were encountered:
Right now user sessions are stored in local storage on the frontend. This would be much cleaner (and technically secure) if it was stored using the useContext hook in react. In general react context should be used more often, this is a good start.
The text was updated successfully, but these errors were encountered: