Fix doorkeeper skip_authorization

This commit is contained in:
Eugen Rochko 2016-10-02 22:55:09 +02:00
parent 9fd3d7b6cd
commit f06f295890
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ Doorkeeper.configure do
# so that the user skips the authorization step.
# For example if dealing with a trusted application.
skip_authorization do |resource_owner, client|
client.superapp?
client.application.superapp?
end
# WWW-Authenticate Realm (default "Doorkeeper").