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 2815dc9 commit 8dd8ec5Copy full SHA for 8dd8ec5
CHANGELOG.md
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.7.0] - 2023-11-27
10
+### Changed
11
+- Set `req.authInfo` by default when using the `assignProperty` option to
12
+`authenticate()` middleware. This makes the behavior the same as when not using
13
+the option, and can be disabled by setting `authInfo` option to `false`.
14
+
15
## [0.6.0] - 2022-05-20
16
### Added
17
- `authenticate()`, `req#login`, and `req#logout` accept a
0 commit comments