[jwt] jwt.ParseRequest now uses %w to embed errors returned from
jwt.ParseHeader, jwt.ParseCookie, and jwt.ParseForm, allowing
users to correctly call errors.Is(err, jwt.ErrTokenExpired) and the
like. Previously the error returned from jwt.ParseRequest showed
in human readable format what the problem was, but it was not programmatically
possible to determine the error type using errors.Is (#1175)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps github.com/lestrrat-go/jwx/v2 from 2.1.1 to 2.1.2.
Release notes
Sourced from github.com/lestrrat-go/jwx/v2's releases.
Changelog
Sourced from github.com/lestrrat-go/jwx/v2's changelog.
Commits
536b643
Merge branch 'develop/v2' into v24f04913
Update Changes42ae987
update comments to include iat (#1216)42920f4
Bump golang.org/x/crypto from 0.27.0 to 0.28.0 (#1208)5728179
Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (#1199)9e26e23
Bump golang.org/x/crypto from 0.26.0 to 0.27.0 (#1177)f573d26
Use variable (#1186)4aae462
Dependabot fixes for v2 (#1183)c5d7db2
V2 modernize workflows (#1182)551d76f
Wrap the errors from functions called within ParseRequest (#1176)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show