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

Support JWK without alg. #624

Merged
merged 7 commits into from
Mar 22, 2021
Merged

Commits on Mar 7, 2021

  1. Support JWK without alg.

    dajiaji committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    230a3ff View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Make kty mandatory on PyJWK.

    dajiaji committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    c4857cf View commit details
    Browse the repository at this point in the history
  2. Add tests for kty=OKP.

    dajiaji committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    a325fc7 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

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

Commits on Mar 19, 2021

  1. Configuration menu
    Copy the full SHA
    ade1c9c View commit details
    Browse the repository at this point in the history
  2. Add tests for OKP-type JWK.

    dajiaji committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    ee865bb View commit details
    Browse the repository at this point in the history
  3. Add support for ES256K.

    dajiaji committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    3ed0b3d View commit details
    Browse the repository at this point in the history