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

Do not fail when an unusable key occurs #762

Merged
merged 6 commits into from May 31, 2022
Merged

Commits on May 25, 2022

  1. Do not fail when a unusable key occurs

    There may be more than keys in the store which may be (still usable).
    Therefore we do not want to fail on any key that is not usable by pyjwt,
    but rather skip when appending to the KeySet
    DaGuich committed May 25, 2022
    Copy the full SHA
    35b0ac6 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Copy the full SHA
    dd9c1b8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    115592f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. Add 'skip keys' to changelog

    DaGuich committed May 28, 2022
    Copy the full SHA
    45f6982 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fe72fbf View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Update CHANGELOG.rst

    DaGuich committed May 31, 2022
    Copy the full SHA
    7949ab1 View commit details
    Browse the repository at this point in the history