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

Update module github.com/MicahParks/keyfunc/v3 to v3.3.3 #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/MicahParks/keyfunc/v3 v3.2.5 -> v3.3.3 age adoption passing confidence

Release Notes

MicahParks/keyfunc (github.com/MicahParks/keyfunc/v3)

v3.3.3

Compare Source

v3.3.2: Allow for user provided ctx during parse

Compare Source

The purpose of this release is to add a new method, .KeyfuncCtx.

This new method accepts a context.Context, then returns a jwt.Keyfunc. This user provided context.Context is used during JWK lookup in the github.com/MicahParks/jwkset package when parsing JWTs. Passing a request scoped context allows the JWT parsing and JWK retrieval to cancel according to the given context.Context behavior instead of the default context.Context, which was provided at keyfunc.Keyfunc initialization.

In practice, this is used to prevent situations where many JWTs with kid not in a remote JWK Set are attempting to be parsed over a long period of time.

Relevant issues:

Relevant pull requests:

v3.3.1

Compare Source

v3.3.0

Compare Source

v3.2.9

Compare Source

v3.2.8

Compare Source

v3.2.7

Compare Source

v3.2.6

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update module github.com/MicahParks/keyfunc/v3 to v3.2.6 Update module github.com/MicahParks/keyfunc/v3 to v3.2.7 Mar 5, 2024
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v3-3.x branch from 205c97c to 26dd926 Compare March 5, 2024 16:09
@renovate renovate bot changed the title Update module github.com/MicahParks/keyfunc/v3 to v3.2.7 Update module github.com/MicahParks/keyfunc/v3 to v3.2.8 Mar 10, 2024
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v3-3.x branch from 26dd926 to d8dc003 Compare March 10, 2024 01:32
@renovate renovate bot changed the title Update module github.com/MicahParks/keyfunc/v3 to v3.2.8 Update module github.com/MicahParks/keyfunc/v3 to v3.2.9 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v3-3.x branch from d8dc003 to 90b2657 Compare March 12, 2024 01:52
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v3-3.x branch from 90b2657 to c437ef3 Compare March 25, 2024 13:39
@renovate renovate bot changed the title Update module github.com/MicahParks/keyfunc/v3 to v3.2.9 Update module github.com/MicahParks/keyfunc/v3 to v3.3.1 Mar 25, 2024
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v3-3.x branch from c437ef3 to 804bd3b Compare March 25, 2024 17:47
@renovate renovate bot changed the title Update module github.com/MicahParks/keyfunc/v3 to v3.3.1 Update module github.com/MicahParks/keyfunc/v3 to v3.3.2 Mar 25, 2024
@renovate renovate bot changed the title Update module github.com/MicahParks/keyfunc/v3 to v3.3.2 Update module github.com/MicahParks/keyfunc/v3 to v3.3.3 May 16, 2024
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v3-3.x branch from 804bd3b to 269f8bf Compare May 16, 2024 01:00
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.

None yet

0 participants