Thanks to visit codestin.com
Credit goes to github.com

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: chenhunghan/jwks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: chenhunghan/jwks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Jan 5, 2025

  1. chore: update release please action

    Signed-off-by: Hung-Han (Henry) Chen <[email protected]>
    chenhunghan committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    0f5cdb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. set reqwest to default-features = false (#12)

    Hi there!
    
    I'm in the process of trying to get OpenSSL out of my dependency
    closure, in favor of `rustls`.
    
    Currently `jwks` implicitly enables all default features of `reqwest`,
    which implicitly enables `hyper-tls`, `openssl-sys`, etc.
    
    It would be great if it could have the default features disabled so that
    the caller can pick which backend to include.
    
    This is technically a potentially breaking change, if both of the
    following criteria apply:
    - caller is using a HTTPS URI and the implicitly created reqwest client
    - caller does NOT have reqwest in their direct dependencies, or they DO,
    but have default features disabled and no tls backend enabled
    
    I'd be glad to cut this as a feature flag instead, or as a version bump.
    Open to suggestions!
    jlizen authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    5bb9254 View commit details
    Browse the repository at this point in the history
  2. feat: expose .alg parsed from key (#13)

    Signed-off-by: Hung-Han (Henry) Chen <[email protected]>
    chenhunghan authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    7bf41c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bf4134 View commit details
    Browse the repository at this point in the history
Loading