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

Feature: Log out everywhere #1239

Open
YasharF opened this issue Jul 21, 2023 · 3 comments · May be fixed by #1250
Open

Feature: Log out everywhere #1239

YasharF opened this issue Jul 21, 2023 · 3 comments · May be fixed by #1250

Comments

@YasharF
Copy link
Collaborator

YasharF commented Jul 21, 2023

The user presses a button in the account page to log them out everywhere. The app will need to destroy/delete all of the user's sessions.

@YasharF
Copy link
Collaborator Author

YasharF commented Jul 21, 2023

Potential implementation routes:

  1. Have passportJS, express session manager, etc incorporate the function.
  2. Add the related session scrubbing in hackathon starter. We may need to do this if passport or express session manger don't pick it up. We can use something like How can I remove all sessions from one user? jdesboeufs/connect-mongo#201 (comment) to start.

@vimark1
Copy link

vimark1 commented Aug 29, 2023

Hey @YasharF, I've implemented this in #1250

@vimark1 vimark1 linked a pull request Aug 29, 2023 that will close this issue
@nishitiwari22
Copy link

Is this issue open? I am looking to contribute to it but I would appreciate it if I could get some insights.

Repository owner deleted a comment from Ahmedtakrit Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants