Skip to content

Commit 099b38e

Browse files
committed
Update changelog.
1 parent c33067b commit 099b38e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88

99
## [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+
1022
### Security
1123

1224
- Improved robustness against session fixation attacks in cases where there is

0 commit comments

Comments
 (0)