-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore: Update module github.com/lestrrat-go/jwx to v2 #47
Closed
Conversation
This file contains 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
efba3d6
to
4d37cba
Compare
4b352f9
to
a032423
Compare
a032423
to
e0fd2bd
Compare
e0fd2bd
to
6497c4b
Compare
b53fd9c
to
e529b00
Compare
e150926
to
5d5dd59
Compare
5d5dd59
to
a9fed4d
Compare
9b93b94
to
da6c09c
Compare
8de7223
to
ab27ab1
Compare
603a33f
to
759f1fb
Compare
759f1fb
to
d67366e
Compare
da3c0de
to
77df229
Compare
82c8713
to
1048fbd
Compare
1048fbd
to
4d120ba
Compare
4d120ba
to
60f544c
Compare
d1eb5b6
to
3b7b21c
Compare
3b7b21c
to
53d970c
Compare
53d970c
to
bbc9e11
Compare
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. |
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:
v1.2.28
->v2.0.20
Release Notes
lestrrat-go/jwx (github.com/lestrrat-go/jwx)
v2.0.20
Compare Source
v2.0.20 20 Feb 2024
[New Features]
jwe.Settings(WithMaxBufferSize(int64))
to set the maximum size ofinternal buffers. The default value is 256MB. Most users do not need to change
this value.
jws.WithCompact()
andjws.WithJSON()
to be passed tojws.Parse()
andjws.Verify()
. These options control the expected serialization format for theJWS message.
jwt.WithCompactOnly()
to specify that only compact serialization canbe used for
jwt.Parse()
. Previously, by virtue ofjws.Parse()
allowing eitherJSON or Compact serialization format,
jwt.Parse()
also alloed JSON serializationwhere as RFC7519 explicitly states that only compact serialization should be
used. For backward compatibility the default behavior is not changed, but you
can set this global option for jwt:
jwt.Settings(jwt.WithCompactOnly(true))
[Miscellaneous]
public keys. This would allow you to pass private keys where public keys are
expected.
v2.0.19
Compare Source
v2.0.18
Compare Source
v2.0.17
Compare Source
v2.0.16
Compare Source
v2.0.15
Compare Source
v2.0.14
Compare Source
v2.0.13
Compare Source
v2.0.12
Compare Source
v2.0.11
: [SECURITY] v2.0.11Compare Source
v2.0.10
Compare Source
v2.0.9
Compare Source
v2.0.8
Compare Source
v2.0.7
Compare Source
v2.0.6
Compare Source
v2.0.5
Compare Source
v2.0.4
Compare Source
v2.0.3
Compare Source
v2.0.2
Compare Source
v2.0.1
Compare Source
v2.0.0
Compare Source
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.