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: DockYard/openid_connect
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: firezone/openid_connect
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 9 files changed
  • 3 contributors

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    f2ae8eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a50233 View commit details
    Browse the repository at this point in the history
  3. Fix Credo warning

    AndrewDryga committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    f21dab8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76c1a1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a1f5f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d51d18 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d743020 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    c3ab295 View commit details
    Browse the repository at this point in the history
  2. Bump all deps

    AndrewDryga committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    dee6893 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

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

Commits on Apr 17, 2025

  1. Make sure verify_signature always returns true/false tuple

    Why:
    
    * Due to an issue in the erlang-jose library
      (potatosalad/erlang-jose#177) the
      verify_signature function would return a result of {:error,
      :function_clause} when trying to verify a signature using a JWKS where
      an EdDSA key was present in the key list prior to the key used to sign
      the JWT.
    
      Note: JWTs signed with EdDSA keys will work as expected.  This bug
      only occurred when the EdDSA key was present in the JWKS before the
      key used to sign the JWT.
    bmanifold committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    5546766 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32618e8 View commit details
    Browse the repository at this point in the history
  3. Bump library patch version

    bmanifold committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    c32c7c9 View commit details
    Browse the repository at this point in the history
  4. Remove version patch bump

    bmanifold committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    a5cec63 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8 from firezone/fix/verify-signature-eddsa

    Make sure verify_signature always returns true/false tuple
    bmanifold authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    78d8650 View commit details
    Browse the repository at this point in the history
Loading