Skip to content

Merge changes from upstream #3

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

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Merge changes from upstream #3

wants to merge 11 commits into from

Conversation

coolreader18
Copy link

No description provided.

chenhunghan and others added 11 commits January 5, 2025 18:00
Signed-off-by: Hung-Han (Henry) Chen <[email protected]>
…anches--main--components--jwks

chore(main): release 0.2.0
Signed-off-by: Hung-Han (Henry) Chen <[email protected]>
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!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants