-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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 signoutEverywhere method #2993
Comments
possible duplicate of #836? Could you elaborate? You can set a lowsession lifetime, and if the user doesn't interact with the site, the session is automatically destroyed. |
Yeah, it might fall under the same issue but sorry I don't have any knowledge on OIDC. One more use case: person_1 logged in with email_1. (magic link) I can't keep a low session lifetime because users will have to frequently re-login. p.s: there is a team module in my product but it's just users being users :D |
Hi there! It looks like this issue hasn't had any activity for a while. It will be closed if no further activity occurs. If you think your issue is still relevant, feel free to comment on it to keep it open. (Read more at #912) Thanks! |
Hi there! It looks like this issue hasn't had any activity for a while. To keep things tidy, I am going to close this issue for now. If you think your issue is still relevant, just leave a comment and I will reopen it. (Read more at #912) Thanks! |
Description 📓
It'd be nice to have a method to clear all sessions of a user.
use case:
A user logged in from a machine and forgot to logout. If we have
signoutEveryWhere
method, this can be implemented without the developer manually writing a method to delete the sessions for that user.How to reproduce ☕️
NA
Contributing 🙌🏽
No, I am afraid I cannot help regarding this
The text was updated successfully, but these errors were encountered: