Fixed issue #906 - Doorkeeper tokens should be refreshable but aren't.
This commit is contained in:
parent
88b474e6e9
commit
3d40aa022d
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ Doorkeeper.configure do
|
||||||
# reuse_access_token
|
# reuse_access_token
|
||||||
|
|
||||||
# Issue access tokens with refresh token (disabled by default)
|
# Issue access tokens with refresh token (disabled by default)
|
||||||
# use_refresh_token
|
use_refresh_token
|
||||||
|
|
||||||
# Provide support for an owner to be assigned to each registered application (disabled by default)
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue