Skip to content

Commit 844d86d

Browse files
add changelog entry
1 parent 9217137 commit 844d86d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
### Fixed
99
- Auto-generated event emitter is now persisted. Previously, a new emitter was generated every time (PR #1428)
1010
- Fixed bug where you could not omit a redirect uri even if one had not been specified during the auth request (PR #1428)
11+
- Fixed bug where disabling refresh token revocation via `revokeRefreshTokens(false)` unintentionally disables issuing new refresh token (PR #1449)
1112

1213
## [9.0.0] - released 2024-05-13
1314
### Added
1415
- Device Authorization Grant added (PR #1074)
15-
- GrantTypeInterface has a new function, `revokeRefreshTokens()` for enabling or disabling refresh tokens after use (PR #1375)
16+
- GrantTypeInterface has a new function, `revokeRefreshTokens()` for enabling or disabling refresh token revocation (PR #1375)
1617
- A CryptKeyInterface to allow developers to change the CryptKey implementation with greater ease (PR #1044)
1718
- The authorization server can now finalize scopes when a client uses a refresh token (PR #1094)
1819
- An AuthorizationRequestInterface to make it easier to extend the AuthorizationRequest (PR #1110)

0 commit comments

Comments
 (0)