We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33067b commit 099b38eCopy full SHA for 099b38e
CHANGELOG.md
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
## [Unreleased]
8
9
## [0.6.0] - 2022-05-20
10
+### Added
11
+- `authenticate()`, `req#login`, and `req#logout` accept a
12
+`keepSessionInfo: true` option to keep session information after regenerating
13
+the session.
14
+
15
+### Changed
16
17
+- `req#logout()` is now an asynchronous function and requires a callback
18
+function as the last argument.
19
+- `req#login()` and `req#logout()` regenerate the the session and clear session
20
+information by default.
21
22
### Security
23
24
- Improved robustness against session fixation attacks in cases where there is
0 commit comments