Skip to content

Commit

Permalink
fix: remove JWT_AUTH_REFRESH_COOKIE (#13)
Browse files Browse the repository at this point in the history
Remove unused JWT_AUTH_REFRESH_COOKIE setting. This
setting was never actually used, so there is no timing issues.

See DEPR for details:
openedx/public-engineering#190
  • Loading branch information
robrap authored Nov 6, 2023
1 parent 1a8a70c commit 55a72ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sanctions/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,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_ISSUERS': [
{
'AUDIENCE': 'SET-ME-PLEASE',
Expand Down

0 comments on commit 55a72ca

Please sign in to comment.