Skip to content

Commit ec2969c

Browse files
fix changelog
1 parent 54fb0b4 commit ec2969c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## [Unreleased]
88
### Changed
99
- Key permission checks ignored on Windows regardless of userland choice as cannot be run successfully on this OS (PR #1447)
10+
- Fixed bug on setting interval visibility of device authorization grant (PR #1410)
11+
- Fix a bug where the new poll date were not persisted when `slow_down` error happens, because the exception is thrown before calling `persistDeviceCode`. (PR #1410)
12+
- Fix a bug where `slow_down` error response may have been returned even after the user has completed the auth flow (already approved / denied the request). (PR #1410)
1013

1114
## [9.1.0] - released 2024-11-21
1215
### Added
@@ -16,9 +19,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1619
- In the Auth Code grant, when requesting an access token with an invalid auth code, we now respond with an invalid_grant error instead of invalid_request (PR #1433)
1720
- Fixed spec compliance issue where device access token request was mistakenly expecting to receive scopes in the request (PR #1412)
1821
- Refresh tokens pre version 9 might have had user IDs set as ints which meant they were incorrectly rejected. We now cast these values to strings to allow old refresh tokens (PR #1436)
19-
- Fixed bug on setting interval visibility of device authorization grant (PR #1410)
20-
- Fix a bug where the new poll date were not persisted when `slow_down` error happens, because the exception is thrown before calling `persistDeviceCode`. (PR #1410)
21-
- Fix a bug where `slow_down` error response may have been returned even after the user has completed the auth flow (already approved / denied the request). (PR #1410)
2222

2323
## [9.0.1] - released 2024-10-14
2424
### Fixed

0 commit comments

Comments
 (0)