diff --git a/enterprise_subsidy/settings/base.py b/enterprise_subsidy/settings/base.py index 5fdc4dea..62721087 100644 --- a/enterprise_subsidy/settings/base.py +++ b/enterprise_subsidy/settings/base.py @@ -316,7 +316,6 @@ def root(*path_fragments): '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