[#2353] Virtually never-expiring OAuth tokens (new and already issued ones).
This commit is contained in:
parent
ff7f7416f7
commit
62bf4a1292
2 changed files with 14 additions and 1 deletions
|
|
@ -648,7 +648,7 @@ config :pleroma, :email_notifications,
|
|||
}
|
||||
|
||||
config :pleroma, :oauth2,
|
||||
token_expires_in: 3600 * 24 * 30,
|
||||
token_expires_in: 3600 * 24 * 365 * 100,
|
||||
issue_new_refresh_token: true,
|
||||
clean_expired_tokens: false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue