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

Invalidate sessions for deleted users #4555

Closed
BrokenEagle opened this issue Jul 21, 2020 · 0 comments
Closed

Invalidate sessions for deleted users #4555

BrokenEagle opened this issue Jul 21, 2020 · 0 comments
Labels
Alteration Changes to an existing feature.

Comments

@BrokenEagle
Copy link
Collaborator

To prevent them from still being able to use their credentials on another device. As discussed with @evazion on Discord, this could be done by setting a is_deleted flag on the user, and then invalidate the session for any user with that flag set.

@BrokenEagle BrokenEagle added the Alteration Changes to an existing feature. label Jul 21, 2020
evazion added a commit that referenced this issue Nov 6, 2022
Add is_deleted flag to users table in preparation for fixing #4555.
@evazion evazion closed this as completed in 8bd60e4 Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Alteration Changes to an existing feature.
Projects
None yet
Development

No branches or pull requests

1 participant