Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upgrade edx-drf-extensions to 9.0.0 #4060

Merged

Commits on Nov 28, 2023

  1. feat: upgrade edx-drf-extensions to 9.0.0

    9.0.0 fixes ENABLE_FORGIVING_JWT_COOKIES bug.
    The JWT's LMS user id will now be compared to the
    user object's lms_user_id, rather than to its id.
    For details, see:
    openedx/edx-drf-extensions#408
    
    Note that this won't be put into effect until
    ENABLE_FORGIVING_JWT_COOKIES is toggled on
    separately.
    
    Also, although this is a major upgrade, it only
    caused a backward-incompatible issue in edx-platform.
    There are no other changes required for ecommerce.
    
    This is part of the rollout of:
    edx/edx-arch-experiments#429
    robrap committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    911ac71 View commit details
    Browse the repository at this point in the history