Skip Authorization
How to use `skip_authorization` configuration option

Last updated
Was this helpful?
How to use `skip_authorization` configuration option

Last updated
Was this helpful?
Was this helpful?
skip_authorization do
true
endskip_authorization do |resource_owner, client|
client.superapp? || resource_owner.admin?
end