mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
fixed 支持refresh_token
This commit is contained in:
@@ -361,7 +361,7 @@ Doorkeeper.configure do
|
||||
# https://datatracker.ietf.org/doc/html/rfc6819#section-4.4.3
|
||||
#
|
||||
#
|
||||
grant_flows %w[authorization_code client_credentials password]
|
||||
grant_flows %w[authorization_code client_credentials password refresh_token]
|
||||
|
||||
# Allows to customize OAuth grant flows that +each+ application support.
|
||||
# You can configure a custom block (or use a class respond to `#call`) that must
|
||||
|
||||
Reference in New Issue
Block a user