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

fix: reorder JWT decoders #3941

Merged
merged 1 commit into from
Apr 11, 2023
Merged

fix: reorder JWT decoders #3941

merged 1 commit into from
Apr 11, 2023

Commits on Apr 10, 2023

  1. fix: reorder JWT decoders

    Reordered the JWT decoders to first use the standard
    library version, and then use the custom ecommerce
    decoder which uses multiple issuers. In this way, we
    can see if any JWTs cannot be decoded by that standard
    library version, and when and if we are ready to retire
    the custom JWT decoding code.
    
    See DEPR openedx/public-engineering#83
    robrap committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    9b7c79c View commit details
    Browse the repository at this point in the history