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

Use local storage for auth0 session #62

Merged
merged 1 commit into from
Jul 6, 2024

Conversation

danielemery
Copy link
Owner

Store the auth session in local storage rather than memory.

Note this is considered not best practice, but since Quizlord does not store any sensitive data is's considered acceptable for this project.
If a better solution comes along, we will migrate to it.

This partially addresses #53 but the other suggestions in that issue should also be implemented before it's considered complete.

@danielemery danielemery linked an issue Jul 6, 2024 that may be closed by this pull request
@danielemery danielemery self-assigned this Jul 6, 2024
@danielemery danielemery merged commit 01b60f7 into main Jul 6, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix issues related to short auth timeout
1 participant