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

Decode with PyJWK #886

Merged
merged 14 commits into from
May 11, 2024
Merged

Decode with PyJWK #886

merged 14 commits into from
May 11, 2024

Commits on Apr 28, 2023

  1. Add algorithm property to PyJWK

    luhn committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    39d3344 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fdeaa6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac7db73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4d6b3b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    05749d1 View commit details
    Browse the repository at this point in the history
  2. Test PyJWK.algorithm_name

    luhn committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    745dd47 View commit details
    Browse the repository at this point in the history
  3. Test decode with PyJWK object.

    luhn committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    3a27cea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9ecde3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    930ce80 View commit details
    Browse the repository at this point in the history
  6. Flake8 fix.

    luhn committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    bb057c1 View commit details
    Browse the repository at this point in the history
  7. Refactor to fix a mypy error.

    luhn committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    1d16024 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    872dcf6 View commit details
    Browse the repository at this point in the history
  9. Update sample usage.

    luhn committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    1909433 View commit details
    Browse the repository at this point in the history
  10. Fix test.

    luhn committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    4e6a7be View commit details
    Browse the repository at this point in the history