Skip to content

9.2.0

Latest
Compare
Choose a tag to compare
@Sephster Sephster released this 15 Feb 00:51

Added

  • Added a new function to the provided ClientTrait, supportsGrantType to allow the auth server to issue the response unauthorized_client when 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_down error happens, because the exception is thrown before calling persistDeviceCode. (PR #1410)
  • 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)
  • Clients only validated for Refresh, Device Code, and Password grants if the client is confidential (PR #1420)
  • Emit RequestAccessTokenEvent and RequestRefreshTokenEvent events instead of the general RequestEvent event when an access / refresh token is issued using device authorization grant. (PR #1467)