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 localStorage for Session Token #654

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

TheTedder
Copy link
Contributor

What

Use localStorage instead of cookie storage for the session token.

Link to Issue

Closes #653

Acceptance

Steps for testing

User can log in and out. Logins are not scoped to one browser tab. User stays logged in between browser sessions.

Copy link

netlify bot commented Nov 13, 2024

Deploy Preview for lbgg ready!

Name Link
🔨 Latest commit cf1a6fe
🔍 Latest deploy log https://app.netlify.com/sites/lbgg/deploys/67350eb1564ad6000826b4cb
😎 Deploy Preview https://deploy-preview-654--lbgg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@TheTedder TheTedder requested a review from a team November 13, 2024 20:41
Copy link
Contributor

@erunks erunks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good, also validated it on the deploy preview

@TheTedder TheTedder merged commit b6f2b39 into leaderboardsgg:main Nov 14, 2024
13 checks passed
@TheTedder TheTedder deleted the session-token-localstorage branch November 14, 2024 16:38
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.

Store Session Token in Local Storage
2 participants