WIP: refresh tokens

This commit is contained in:
Emelia Smith 2025-04-16 22:08:04 +02:00
parent 9e0eb99747
commit 81b79fefb7
No known key found for this signature in database

View File

@ -181,7 +181,7 @@ Doorkeeper.configure do
# http://tools.ietf.org/html/rfc6819#section-4.4.3
#
grant_flows %w(authorization_code client_credentials)
grant_flows %w(authorization_code client_credentials refresh_token)
# If the client is not a confidential client, it should not be able to use the
# client_credentials grant flow, since it cannot keep a secret.