Access tokens no longer expire, case-insensitive local username validation, as well as case-insensitive Webfinger look-up
This commit is contained in:
parent
786397e15d
commit
9cb690c706
3 changed files with 15 additions and 6 deletions
|
@ -23,7 +23,7 @@ Doorkeeper.configure do
|
|||
|
||||
# Access token expiration time (default 2 hours).
|
||||
# If you want to disable expiration, set this to nil.
|
||||
# access_token_expires_in nil
|
||||
access_token_expires_in nil
|
||||
|
||||
# Assign a custom TTL for implicit grants.
|
||||
# custom_access_token_expires_in do |oauth_client|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue