spec/dummy/config/initializers/doorkeeper.rb in doorkeeper-1.0.0.rc1 vs spec/dummy/config/initializers/doorkeeper.rb in doorkeeper-1.0.0.rc2

- old
+ new

@@ -51,6 +51,9 @@ # When clients register with the following redirect uri, they won't be redirected to any server and the authorization code will be displayed within the provider # The value can be any string. Use nil to disable this feature. When disabled, clients must provide a valid URL # (Similar behaviour: https://developers.google.com/accounts/docs/OAuth2InstalledApp#choosingredirecturi) # # test_redirect_uri 'urn:ietf:wg:oauth:2.0:oob' + + # WWW-Authenticate Realm (default "Doorkeeper"). + realm "Doorkeeper" end