diff --git a/enterprise_catalog/settings/base.py b/enterprise_catalog/settings/base.py index 39d71536c..5bfb3fa8a 100644 --- a/enterprise_catalog/settings/base.py +++ b/enterprise_catalog/settings/base.py @@ -265,7 +265,6 @@ 'JWT_AUTH_COOKIE': 'edx-jwt-cookie', 'JWT_AUTH_COOKIE_HEADER_PAYLOAD': 'edx-jwt-cookie-header-payload', 'JWT_AUTH_COOKIE_SIGNATURE': 'edx-jwt-cookie-signature', - 'JWT_AUTH_REFRESH_COOKIE': 'edx-jwt-refresh-cookie', 'JWT_SECRET_KEY': 'SET-ME-PLEASE', # JWT_ISSUERS enables token decoding for multiple issuers (Note: This is not a native DRF-JWT field) # We use it to allow different values for the 'ISSUER' field, but keep the same SECRET_KEY and