From f8008dacf58c3c074c693a834c8eca49c090971b Mon Sep 17 00:00:00 2001 From: Douglas Hall Date: Fri, 26 Oct 2018 21:23:19 -0400 Subject: [PATCH] Disable JWT auth cookie. --- lms/envs/common.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index 11142d352a..e8288741e7 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -3180,8 +3180,6 @@ JWT_AUTH = { 'JWT_EXPIRATION': 30, 'JWT_IN_COOKIE_EXPIRATION': 60 * 60, - 'JWT_AUTH_COOKIE': 'edx-jwt-cookie', - 'JWT_LOGIN_CLIENT_ID': 'login-service-client-id', 'JWT_LOGIN_SERVICE_USERNAME': 'login_service_user',