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

[JAN-4] Cookies and localStorage to maintain auth state across refresh / back tabs #42

Open
jarenadams21 opened this issue Jan 15, 2025 · 1 comment
Assignees

Comments

@jarenadams21
Copy link
Collaborator

jarenadams21 commented Jan 15, 2025

Problem Statement: A logged in user should be able to refresh the page and interact with forward and backward navigation while still being logged in for there session. Set a 30 minute timeout for cookies or what you deem reasonable as a timeout for the auth cookies to prevent infinite tokens that can be repurposed.

Additional: A logged in user should not see the login page until they logout, or re-visit the page after their auth state inside cookies/local storage expire.

@jarenadams21 jarenadams21 self-assigned this Jan 19, 2025
@jarenadams21
Copy link
Collaborator Author

#57

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

No branches or pull requests

1 participant