Browse Source

fixed 支持refresh_token

pull/313/head
“xxq250” 3 years ago
parent
commit
b80b89e81d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/initializers/doorkeeper.rb

+ 1
- 1
config/initializers/doorkeeper.rb View File

@@ -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


Loading…
Cancel
Save