Disable Doorkeeper's new client authentication for passwords
This will be removed eventually but figuring this out is not where I'm mentally at right now
This commit is contained in:
parent
56f166d816
commit
e539bb16b6
1 changed files with 2 additions and 0 deletions
|
|
@ -17,4 +17,6 @@ Doorkeeper.configure do
|
|||
# Specify what grant flows are enabled in array of Strings. The valid
|
||||
# strings and the flows they enable are:
|
||||
grant_flows %w(authorization_code client_credentials password)
|
||||
|
||||
skip_client_authentication_for_password_grant true
|
||||
end
|
||||
Loading…
Reference in a new issue