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

Store Session Token in Local Storage #653

Closed
TheTedder opened this issue Nov 13, 2024 · 0 comments · Fixed by #654
Closed

Store Session Token in Local Storage #653

TheTedder opened this issue Nov 13, 2024 · 0 comments · Fixed by #654
Assignees

Comments

@TheTedder
Copy link
Contributor

What are you wanting to be added?

Currently the session token is stored as a cookie but this doesn't make sense since we're not doing cookie-based auth. Instead, it should be stored in local storage.

What might break?

Session management needs to be properly tested. For instance, closing the browser should not log the user out.

Relevant Issues

No response

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 a pull request may close this issue.

1 participant