Releases: doorkeeper-gem/doorkeeper
Releases · doorkeeper-gem/doorkeeper
v5.6.3
- [#1622] Drop support for Rubies 2.5 and 2.6
- [#1605] Fix URI validation for Ruby 3.2+.
- [#1625] Exclude endless access tokens from
StaleRecordsCleaner
. - [#1626] Remove deprecated
active_record_options
config option. - [#1631] Fix regression with redirect behavior after token lookup optimizations (redirect to app URI when found).
- [#1630] Special case unique index creation for refresh_token on SQL Server.
- [#1627] Lazy evaluate Doorkeeper config when loading files and executing initializers.
v5.6.2
v5.6.1
v5.6.0
v5.6.0.rc1
-
[#1551] Change lazy loading for ORM to be Ruby standard autoload.
-
[#1552] Remove duplicate IDs on Auth form to improve accessibility.
-
[#1542] Improve performance of
Doorkeeper::AccessToken#matching_token_for
using database specific SQL time math.[IMPORTANT]: API of the
Doorkeeper::AccessToken#matching_token_for
method has changed and now it returns
only active access tokens (previously they were just not revoked). Please remember that the idea of the
reuse_access_token
option is to check for existing active token (see configuration option description).
v5.5.4
v5.5.3
v5.5.2
v5.5.1
- [#1496] Revoke
old_refresh_token
ifprevious_refresh_token
is present. - [#1495] Fix
respond_to
undefined in API-only mode - [#1488] Verify client authentication for Resource Owner Password Grant when
config.skip_client_authentication_for_password_grant
is set and the client credentials
are sent in a HTTP Basic auth header.