Upping access token expiration to 10 years.

This commit is contained in:
Samuel Clay 2014-01-29 12:31:41 -08:00
parent 8b8d3f82e8
commit 34a976811a

View file

@ -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
}
# ===========