hackathon-starter
hackathon-starter copied to clipboard
Feature: Log out everywhere
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.
Potential implementation routes:
- Have passportJS, express session manager, etc incorporate the function.
- 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 https://github.com/jdesboeufs/connect-mongo/issues/201#issuecomment-234886842 to start.
Hey @YasharF, I've implemented this in https://github.com/sahat/hackathon-starter/pull/1250
Is this issue open? I am looking to contribute to it but I would appreciate it if I could get some insights.