Doorkeeper v5.2.0.rc1 Release Notes

Release Date: 2019-05-23 // almost 5 years ago
    • ๐Ÿ”ง [#1260], [#1262] Improve Token Introspection configuration option (access to tokens, client).
    • ๐Ÿ”ง [#1257] Add constraint configuration when using client authentication on introspection endpoint.
    • [#1252] Returning unauthorized when the revocation of the token should not be performed due to wrong permissions.
    • ๐Ÿšš [#1249] Specify case sensitive uniqueness to remove Rails 6 deprecation message
    • [#1248] Display the Application Secret in HTML after creating a new application even when hash_application_secrets is used.
    • [#1248] Return the unhashed Application Secret in the JSON response after creating new application even when hash_application_secrets is used.
    • ๐Ÿ‘ [#1238] Better support for native app with support for custom scheme and localhost redirection.