sllewely / event_buddies

2 stars 0 forks source link

Use local storage for jwt storage across browser sessions/reloads #57

Closed happler closed 4 years ago

happler commented 5 years ago

Currently, because we are storing the JTW on the window, if the page is refreshed, or the browser is closed, the user will be signed out. while there are some advantages to this sort of logging out, it is generally frustrating for the user experience. I want to switch to localstorage to help with these issues

happler commented 5 years ago

This should also involve an investigation of what we're using to verify our authRoutes on the frontend, they might need to be modified given that we're using jwt and not session tokens

happler commented 4 years ago

Addressed by PR #83 and issue #82 , so this can be closed