spec/dummy/config/initializers/doorkeeper.rb in doorkeeper-4.0.0.rc2 vs spec/dummy/config/initializers/doorkeeper.rb in doorkeeper-4.0.0.rc3
- old
+ new
@@ -28,13 +28,13 @@
# Issue access tokens with refresh token (disabled by default)
use_refresh_token
# Provide support for an owner to be assigned to each registered application (disabled by default)
- # Optional parameter :confirmation => true (default false) if you want to enforce ownership of
+ # Optional parameter confirmation: true (default false) if you want to enforce ownership of
# a registered application
# Note: you must also run the rails g doorkeeper:application_owner generator to provide the necessary support
- # enable_application_owner :confirmation => false
+ # enable_application_owner confirmation: false
# Define access token scopes for your provider
# For more information go to
# https://github.com/doorkeeper-gem/doorkeeper/wiki/Using-Scopes
default_scopes :public