Passport v0.6.0 - Active Defense Against Session Fixation #901
Replies: 2 comments
-
Hi @jaredhanson, I'm working on updating the typescript definitions for |
Beta Was this translation helpful? Give feedback.
-
The only use case would be if you are not using session management, meaning there's no underlying artifacts like cookies to destroy. This would only be possible today if you unset the internal |
Beta Was this translation helpful? Give feedback.
-
This release changes the session management functionality of
passport
to regenerate the session, thus issuing a new session ID, any time a user logs in or out. This actively defends against certain classes of session fixation attacks that were previously the application's responsibility (but often not implemented). Updating is highly recommended, as it improves overall security posture, but may require minor modifications to an application.For more information, see the announcement on the blog.
Beta Was this translation helpful? Give feedback.
All reactions