New
9.2.0
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)