fix: force refresh JWT to fix redirct loop

User trapped into a redirect loop if backend session expires but has
a valid JWT, fixed by force refresh JWT token.

VAN-682
This commit is contained in:
Waheed Ahmed
2021-08-09 18:20:06 +05:00
parent d370562a55
commit 30ea578c40
7 changed files with 1864 additions and 1839 deletions

View File

@@ -14,7 +14,7 @@ FAVICON_URL=https://edx-cdn.org/v3/default/favicon.ico
MARKETING_SITE_BASE_URL='http://localhost:18000'
ORDER_HISTORY_URL='http://localhost:1996/orders'
REFRESH_ACCESS_TOKEN_ENDPOINT='http://localhost:18000/login_refresh'
SEGMENT_KEY=null
SEGMENT_KEY=''
SITE_NAME='edX'
USER_INFO_COOKIE_NAME='edx-user-info'
LOGIN_ISSUE_SUPPORT_LINK='https://login-issue-support-url.com'