Skip to content

Commit

Permalink
Test enabling OAuth2 refresh token feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fbacall committed Apr 28, 2021
1 parent 2e1352d commit 29829bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/doorkeeper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
# `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

# 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
Expand Down

0 comments on commit 29829bb

Please sign in to comment.