Skip to content

services/session: Clear in-memory data when logging out #5180

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

Merged
merged 1 commit into from
Sep 2, 2022

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Sep 2, 2022

Previously, when a user logged out, the data in the Ember Data store was still kept in-memory, so when another user logged in they could potentially see information that they shouldn't have access to. This PR performs a full page reload after logout to ensure that the Ember Data store and other in-memory data is cleared to avoid issues like this.

@Turbo87 Turbo87 added C-enhancement ✨ Category: Adding new behavior or a change to the way an existing feature works A-frontend 🐹 labels Sep 2, 2022
@Turbo87 Turbo87 merged commit d3652ad into rust-lang:master Sep 2, 2022
@Turbo87 Turbo87 deleted the reload-on-logout branch September 2, 2022 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-frontend 🐹 C-enhancement ✨ Category: Adding new behavior or a change to the way an existing feature works
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant