Skip to content

Commit

Permalink
feat: remove JWT_AUTH_REFRESH_COOKIE depr190 (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagnesh1998 authored Oct 17, 2023
1 parent 54d8db5 commit 546187f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion enterprise_catalog/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 546187f

Please sign in to comment.