Provide a mechanism to deauth users #43
Labels
priority: low
type: enhancement
new feature or request
type: new feature
A new feature
type: security
Issue related to Security
Is your feature request related to a problem? Please describe.
It should be possible for an admin to deauthenticate an individual user or a set of users.
Describe the solution you'd like
Provide an option visible to admins on a user's page that invalidates any sessions.
Provide an option to invalidate all user sessions via the admin page.
Additional context
This could be achieved on a user level by keeping the user's id in redis with the
time of invalidation
.Incoming JWTs to services will require a quick check of the token's user id, and a comparison of the
creation time
andtime of invalidation
The text was updated successfully, but these errors were encountered: