File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments