mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Upping access token expiration to 10 years.
This commit is contained in:
parent
8b8d3f82e8
commit
34a976811a
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ OAUTH2_PROVIDER = {
|
|||
'ifttt': 'Pair your NewsBlur account with other IFTTT channels.',
|
||||
},
|
||||
'CLIENT_ID_GENERATOR_CLASS': 'oauth2_provider.generators.ClientIdGenerator',
|
||||
|
||||
'ACCESS_TOKEN_EXPIRE_SECONDS': 60*60*24*365*10 # 10 years
|
||||
}
|
||||
|
||||
# ===========
|
||||
|
|
Loading…
Add table
Reference in a new issue