hackathon-starter icon indicating copy to clipboard operation
hackathon-starter copied to clipboard

Feature: Log out everywhere

Open YasharF opened this issue 1 year ago • 7 comments

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 avatar Jul 21 '23 18:07 YasharF

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 https://github.com/jdesboeufs/connect-mongo/issues/201#issuecomment-234886842 to start.

YasharF avatar Jul 21 '23 18:07 YasharF

Hey @YasharF, I've implemented this in https://github.com/sahat/hackathon-starter/pull/1250

vimark1 avatar Aug 29 '23 12:08 vimark1

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

nishitiwari22 avatar Sep 29 '23 18:09 nishitiwari22