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!: remove custom JWT decoding #3943

Merged
merged 6 commits into from
Apr 26, 2023
Merged

Commits on Apr 13, 2023

  1. feat!: remove custom JWT decoding

    Removes the ecommerce custom JWT decoding, and replaces
    with the simple decoding from the edx-drf-extensions
    library.
    robrap committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    117d67d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7231120 View commit details
    Browse the repository at this point in the history
  3. fix: handle major upgrade of django-crispy-forms

    The major upgrade of django-crispy-forms called for
    some changes related to bootstrap3 and dependencies.
    See https://github.com/django-crispy-forms/django-crispy-forms/blob/main/CHANGELOG.md#major-changes-and-migration-guide
    robrap committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    699a59f View commit details
    Browse the repository at this point in the history
  4. fix: code coverage reporting

    Codecov no longer exists on PyPI, so switch to github
    action to run coverage report.
    robrap committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    099ef7e View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    9e1cb18 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    6c7b7ce View commit details
    Browse the repository at this point in the history