You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
### Fixed
9
9
- Auto-generated event emitter is now persisted. Previously, a new emitter was generated every time (PR #1428)
10
10
- 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)
12
-
11
+
- Fixed bug where "state" parameter wasn't present on `invalid_scope` error response and wasn't on fragment part of `access_denied` redirect URI on Implicit grant (PR #1298)
12
+
- Fixed bug where disabling refresh token revocation via `revokeRefreshTokens(false)` unintentionally disables issuing new refresh token (PR #1449)
13
+
-
13
14
## [9.0.0] - released 2024-05-13
14
15
### Added
15
16
- Device Authorization Grant added (PR #1074)
16
-
- GrantTypeInterface has a new function, `revokeRefreshTokens()` for enabling or disabling refresh token revocation (PR #1375)
17
+
- GrantTypeInterface has a new function, `revokeRefreshTokens()` for enabling or disabling refresh tokens after use (PR #1375)
17
18
- A CryptKeyInterface to allow developers to change the CryptKey implementation with greater ease (PR #1044)
18
19
- The authorization server can now finalize scopes when a client uses a refresh token (PR #1094)
19
20
- An AuthorizationRequestInterface to make it easier to extend the AuthorizationRequest (PR #1110)
0 commit comments