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:
Justin Edmund 2021-10-28 10:49:07 -07:00
parent 56f166d816
commit e539bb16b6

View file

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