Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(auth): investigate storing credentials to localStorage #42

Open
AndreasDemenagas opened this issue Dec 7, 2021 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@AndreasDemenagas
Copy link
Contributor

AndreasDemenagas commented Dec 7, 2021

Check whether user auth information could be stored in localStorage so login isn’t needed in every reload.

This could be proved tricky as the anonymous user should be logged in when there’s no one else.

The backend also doesn’t provide a way to refresh the Auth token, so storing the data there will only help reduce logins until the JWT expires.

@AndreasDemenagas AndreasDemenagas added the enhancement New feature or request label Dec 7, 2021
@AndreasDemenagas AndreasDemenagas added this to the v1.0 milestone Dec 7, 2021
@AndreasDemenagas AndreasDemenagas removed this from the v1.0 milestone Aug 8, 2022
@AndreasDemenagas AndreasDemenagas changed the title Investigate storing credentials to localStorage feat(auth): investigate storing credentials to localStorage Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant