Skip to content

v5.9.5

Choose a tag to compare

@nbulaj nbulaj released this 07 Aug 09:27
· 5 commits to v5.9-stable since this release
4a87582
  • [#1901] Reject requests that authenticate the client with more than one method (RFC 6749 §2.3) with an invalid_request error, instead of silently authenticating with the first method that matched and discarding the other credentials.
  • [#1853] Fix reuse_access_token reusing a token that was created with custom_access_token_attributes values when the new request doesn't specify any custom attributes. Such requests now only match tokens without custom attributes.