config/initializers/doorkeeper.rb in hackathon_manager-0.13.3 vs config/initializers/doorkeeper.rb in hackathon_manager-0.13.4
- old
+ new
@@ -81,11 +81,11 @@
# the properties:
#
# `client` - the OAuth client application (see Doorkeeper::OAuth::Client)
# `grant_type` - the grant type of the request (see Doorkeeper::OAuth)
# `scopes` - the requested scopes (see Doorkeeper::OAuth::Scopes)
- #
- # use_refresh_token
+
+ use_refresh_token
# Forbids creating/updating applications with arbitrary scopes that are
# not in configuration, i.e. `default_scopes` or `optional_scopes`.
# (disabled by default)
#