jamesgeer / conf-twitter-bot

A Twitter Bot to post about academic papers
MIT License
4 stars 0 forks source link

Reloading page forgets/redirects user #25

Open jamesgeer opened 2 years ago

jamesgeer commented 2 years ago

When the user reloads the page all state is reset so they either see a blank page or are redirected back to the login, the application needs to "remember" where they are but remain secure.

Perhaps the state could be stored in local storage and a request sent to the backend to verify the user.