Skip to content

Commit

Permalink
fix: remove JWT_AUTH_REFRESH_COOKIE
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 915f182 commit ec1f075
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commerce_coordinator/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ def root(*x):
'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',
}

# Request the user's permissions in the ID token
Expand Down

0 comments on commit ec1f075

Please sign in to comment.