fix(deps): update module github.com/micahparks/keyfunc/v2 to v3#52
Closed
renovate[bot] wants to merge 1 commit intotrunkfrom
Closed
fix(deps): update module github.com/micahparks/keyfunc/v2 to v3#52renovate[bot] wants to merge 1 commit intotrunkfrom
renovate[bot] wants to merge 1 commit intotrunkfrom
Conversation
435a58f to
aaad8cd
Compare
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.1.0->v3.3.5Release Notes
MicahParks/keyfunc (github.com/MicahParks/keyfunc/v2)
v3.3.5Compare Source
v3.3.4Compare Source
v3.3.3Compare Source
v3.3.2: Allow for user provided ctx during parseCompare Source
The purpose of this release is to add a new method,
.KeyfuncCtx.This new method accepts a
context.Context, then returns ajwt.Keyfunc. This user providedcontext.Contextis used during JWK lookup in thegithub.com/MicahParks/jwksetpackage when parsing JWTs. Passing a request scoped context allows the JWT parsing and JWK retrieval to cancel according to the givencontext.Contextbehavior instead of the defaultcontext.Context, which was provided atkeyfunc.Keyfuncinitialization.In practice, this is used to prevent situations where many JWTs with
kidnot in a remote JWK Set are attempting to be parsed over a long period of time.Relevant issues:
Relevant pull requests:
v3.3.1Compare Source
v3.3.0Compare Source
v3.2.9Compare Source
v3.2.8Compare Source
v3.2.7Compare Source
v3.2.6Compare Source
v3.2.5Compare Source
v3.2.4Compare Source
v3.2.3: Wrap errors where appropriateCompare Source
The purpose of this pull request is to wrap errors with
errors.Joinwhere appropriate.Relevant issues:
Relevant pull requests:
v3.1.2: X.509 Thumbprint bug fixCompare Source
JWK Sets have two X.509 thumbprint parameters that are optional. A bug in
github.com/MicahParks/jwksetmade these parameters required in circumstances that affect thekeyfuncproject. This release updates this dependency to the latest version.Thank you, @joshkaplinsky, for reporting this bug!
Please see the below release for details:
https://github.com/MicahParks/jwkset/releases/tag/v0.5.5
v3.1.1Compare Source
v3.1.0Compare Source
v3.0.0: V3 simplify API by using github.com/MicahParks/jwksetCompare Source
This upgrade removes most of the code in this repository and outsources JWK and JWK Set related code to the updated github.com/MicahParks/jwkset package. The exported assets from the keyfunc project has been vastly reduced as well, with the intention of making it easier to use for the majority of use cases.
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.