Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MicahParks/keyfunc Loading
base: v1.5.1
Choose a base ref
...
head repository: MicahParks/keyfunc Loading
compare: v1.7.0
Choose a head ref
  • 20 commits
  • 12 files changed
  • 4 contributors

Commits on Oct 31, 2022

  1. Add alg check

    Micah Parks committed Oct 31, 2022
    3 Configuration menu
    Copy the full SHA
    a55209a View commit details
    Browse the repository at this point in the history
  2. Make corrections to alg check

    Micah Parks committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    fd60eda View commit details
    Browse the repository at this point in the history
  3. Fix method argument order

    Micah Parks committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    84fbad5 View commit details
    Browse the repository at this point in the history
  4. Add test and note about test coverage

    Micah Parks committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    fbc5f86 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Add note about alg check in README.md

    Micah Parks committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    47df10b View commit details
    Browse the repository at this point in the history
  2. Correct autoformatting in code fences in the README.md

    Micah Parks committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    a22a0a6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #63 from MicahParks/alg_check

    Perform Algorithm Verification
    MicahParks committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    5a2fb27 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    d3a7b10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    991e1ab View commit details
    Browse the repository at this point in the history
  3. Merge pull request #66 from btoews/bad-curve

    Handle unknown curves
    MicahParks committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    d64cede View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    655ef0c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #67 from MicahParks/alg_check_edits

    Add custom error for invalid ECDSA curve and allow test to panic
    MicahParks committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    338d24e View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Allow creation of GivenKeys with a required algorithm

    To comply with RFC 8725 Section 3.1, we allow specifying an alg for GivenKeys.
    It behaves equivalently to the 'alg' parameter parsed from JWKS JSON.
    sean-rn committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    06dfbca View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. Merge pull request #70 from sean-rn/given-key-alg

    Allow creation of GivenKeys with a required algorithm
    MicahParks committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    d327d9a View commit details
    Browse the repository at this point in the history
  2. Deprecate old given key creation function and write new ones with opt…

    …ion argument
    Micah Parks committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    9a9ca87 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #71 from MicahParks/given_keys_edits

    Edits for given keys to include deprecations and options
    MicahParks committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    9bc59bf View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Permit construction of a GivenKeys map from JSON

    This simplifies the use case of supplementing keys loaded from a JWKS url with ones parsed from static JSON
    sean-rn committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    df26d2a View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Merge pull request #74 from sean-rn/given-keys-from-json

    Permit construction of a GivenKeys map from JSON
    MicahParks committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    8c0f8a9 View commit details
    Browse the repository at this point in the history
  2. Edit typo and struct literal in NewGivenKeysFromJSON

    Micah Parks committed Nov 30, 2022
    1 Configuration menu
    Copy the full SHA
    ac8e1c0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #75 from MicahParks/given_keys_from_json_edits

    Edit typo and struct literal in NewGivenKeysFromJSON
    MicahParks committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    cea8844 View commit details
    Browse the repository at this point in the history
Loading