Skip to content

Commit

Permalink
feat: DEPR USE-JWT-COOKIE header
Browse files Browse the repository at this point in the history
This repo is no longer using USE-JWT-COOKIE header,
since it has the required edx-drf-extensions>10.2.0,
where it was fully removed.

This is final clean-up for this repo.

See "[DEPR]: USE-JWT-COOKIE header" for more details:
- openedx/edx-drf-extensions#371
  • Loading branch information
robrap authored Aug 28, 2024
1 parent f401989 commit 4e758f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credentials/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@

# Enable CORS
CORS_ALLOW_CREDENTIALS = True
CORS_ALLOW_HEADERS = corsheaders_default_headers + ("use-jwt-cookie",)
CORS_ALLOW_HEADERS = corsheaders_default_headers
CORS_ORIGIN_WHITELIST = []

ROOT_URLCONF = "credentials.urls"
Expand Down

0 comments on commit 4e758f9

Please sign in to comment.