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 sessionStorage instead of localStorage #29

Open
BECATRUE opened this issue Dec 12, 2024 · 1 comment
Open

Use sessionStorage instead of localStorage #29

BECATRUE opened this issue Dec 12, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@BECATRUE
Copy link
Member

Feature you want to implement

Now, the user info is stored in localStorage, however, it is vulnerable to secure because the local storage is not cleared even after the user closes the browser.
Due to such the reason, I will use sessionStorage instead of localStorage.

@BECATRUE BECATRUE added the enhancement New feature or request label Dec 12, 2024
@BECATRUE BECATRUE added this to the v1.0.0 milestone Dec 12, 2024
@BECATRUE BECATRUE self-assigned this Dec 12, 2024
@BECATRUE BECATRUE transferred this issue from snu-quiqcl/wlm-server Dec 12, 2024
@BECATRUE
Copy link
Member Author

I mistakenly made this issue in wlm-server, not wlm-ui😅
So I transferred it.

BECATRUE added a commit that referenced this issue Dec 19, 2024
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