Commit b964b528 by Ayub khan Committed by GitHub

Merge pull request #16341 from edx/LEARNER-717-3

LEARNER-717 Add Refresh Token Expiration time
parents a7c4ddfe 8ede3a53
...@@ -510,6 +510,7 @@ OAUTH_EXPIRE_PUBLIC_CLIENT_DAYS = 30 ...@@ -510,6 +510,7 @@ OAUTH_EXPIRE_PUBLIC_CLIENT_DAYS = 30
OAUTH2_PROVIDER = { OAUTH2_PROVIDER = {
'OAUTH2_VALIDATOR_CLASS': 'openedx.core.djangoapps.oauth_dispatch.dot_overrides.EdxOAuth2Validator', 'OAUTH2_VALIDATOR_CLASS': 'openedx.core.djangoapps.oauth_dispatch.dot_overrides.EdxOAuth2Validator',
'REFRESH_TOKEN_EXPIRE_SECONDS': 20160,
'SCOPES': { 'SCOPES': {
'read': 'Read scope', 'read': 'Read scope',
'write': 'Write scope', 'write': 'Write scope',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment