mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-15 06:01:12 +00:00
WIP: refresh tokens
This commit is contained in:
parent
9e0eb99747
commit
81b79fefb7
|
@ -181,7 +181,7 @@ Doorkeeper.configure do
|
||||||
# http://tools.ietf.org/html/rfc6819#section-4.4.3
|
# 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
|
# 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.
|
# client_credentials grant flow, since it cannot keep a secret.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user