nicmart-dev / linguistnow

LinguistNow simplifies the hassle of finding available linguists for translation projects.
https://linguistnow.netlify.app
1 stars 1 forks source link

Improve login persistence behavior #60

Open nicmart-dev opened 3 weeks ago

nicmart-dev commented 3 weeks ago

As a user, whether linguist or project manager, I need to be able to stay logged in if I refresh the page or open a new tab.

Currently log in is stored in state, and not persistent. We should implement better UX by considering local storage or cookies, and doing so by implementing existing industry best practices in regards to using Google OAuth2.