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

Add a robust way to clear storage across vuex store on user logout #5115

Closed
cstns opened this issue Feb 13, 2025 · 0 comments · Fixed by #5120
Closed

Add a robust way to clear storage across vuex store on user logout #5115

cstns opened this issue Feb 13, 2025 · 0 comments · Fixed by #5120
Assignees
Labels
area:frontend For any issues that require work in the frontend/UI size:S - 2 Sizing estimation point story A user-oriented description of a feature

Comments

@cstns
Copy link
Contributor

cstns commented Feb 13, 2025

Epic

No response

Description

Data persisted in localStorage should be cleared out when a user logs out. Manually clearing data for each store/property is not a good way to go about it.

Which customers would this be available to

Everyone - CE/Starter/Team/Enterprise

Acceptance Criteria

By default all store keys (across all stores) should be cleared on user logout unless explicitly defined in the meta persistence description.

Have you provided an initial effort estimate for this issue?

I have provided an initial effort estimate

@cstns cstns added area:frontend For any issues that require work in the frontend/UI size:S - 2 Sizing estimation point story A user-oriented description of a feature labels Feb 13, 2025
@cstns cstns self-assigned this Feb 13, 2025
@cstns cstns moved this to Done in 🛠 Development Feb 13, 2025
@cstns cstns moved this from Done to In Progress in 🛠 Development Feb 13, 2025
@cstns cstns mentioned this issue Feb 14, 2025
10 tasks
@github-project-automation github-project-automation bot moved this from In Progress to Done in 🛠 Development Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:frontend For any issues that require work in the frontend/UI size:S - 2 Sizing estimation point story A user-oriented description of a feature
Projects
Status: Closed / Done
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant