| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 9.2.0 source code.tar.gz | 2025-02-15 | 28.1 kB | |
| 9.2.0 source code.zip | 2025-02-15 | 68.6 kB | |
| README.md | 2025-02-15 | 939 Bytes | |
| Totals: 3 Items | 97.6 kB | 1 | |
Added
- Added a new function to the provided ClientTrait,
supportsGrantTypeto allow the auth server to issue the responseunauthorized_clientwhen applicable (PR [#1420])
Fixed
- Fix a bug on setting interval visibility of device authorization grant (PR [#1410])
- Fix a bug where the new poll date were not persisted when
slow_downerror happens, because the exception is thrown before callingpersistDeviceCode. (PR [#1410]) - Fix a bug where
slow_downerror response may have been returned even after the user has completed the auth flow (already approved / denied the request). (PR [#1410]) - Clients only validated for Refresh, Device Code, and Password grants if the client is confidential (PR [#1420])
- Emit
RequestAccessTokenEventandRequestRefreshTokenEventevents instead of the generalRequestEventevent when an access / refresh token is issued using device authorization grant. (PR [#1467])