Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
feat: upgrade edx-drf-extensions to 9.0.1 (#4069)
Browse files Browse the repository at this point in the history
9.0.1 fixes ENABLE_FORGIVING_JWT_COOKIES bug.
This build on the 9.0.0 fix, but applies the fix
to another place where the JWT's LMS user id will
be compared in place of the newly authenticated
service user's id.

For details, see:
openedx/edx-drf-extensions#414

Note that this won't be put into effect until
ENABLE_FORGIVING_JWT_COOKIES is toggled on
separately.

This is part of the rollout of:
edx/edx-arch-experiments#429
  • Loading branch information
robrap authored Dec 6, 2023
1 parent 7ddabe9 commit 4e4c227
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ edx-django-utils==5.5.0
# edx-drf-extensions
# edx-rest-api-client
# getsmarter-api-clients
edx-drf-extensions==9.0.0
edx-drf-extensions==9.0.1
# via
# -r requirements/base.in
# edx-rbac
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ edx-django-utils==5.5.0
# edx-drf-extensions
# edx-rest-api-client
# getsmarter-api-clients
edx-drf-extensions==9.0.0
edx-drf-extensions==9.0.1
# via
# -r requirements/test.txt
# edx-rbac
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ edx-django-utils==5.5.0
# edx-drf-extensions
# edx-rest-api-client
# getsmarter-api-clients
edx-drf-extensions==9.0.0
edx-drf-extensions==9.0.1
# via
# -r requirements/base.in
# edx-rbac
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ edx-django-utils==5.5.0
# edx-drf-extensions
# edx-rest-api-client
# getsmarter-api-clients
edx-drf-extensions==9.0.0
edx-drf-extensions==9.0.1
# via
# -r requirements/base.txt
# edx-rbac
Expand Down

0 comments on commit 4e4c227

Please sign in to comment.