spec/dummy/config/initializers/doorkeeper.rb in doorkeeper-4.2.6 vs spec/dummy/config/initializers/doorkeeper.rb in doorkeeper-4.3.0
- old
+ new
@@ -80,10 +80,10 @@
# implicit and password grant flows have risks that you should understand
# before enabling:
# http://tools.ietf.org/html/rfc6819#section-4.4.2
# http://tools.ietf.org/html/rfc6819#section-4.4.3
#
- # grant_flows %w(authorization_code client_credentials)
+ # grant_flows %w[authorization_code client_credentials]
# Under some circumstances you might want to have applications auto-approved,
# so that the user skips the authorization step.
# For example if dealing with a trusted application.
# skip_authorization do |resource_owner, client|