We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ae987 commit 4f04913Copy full SHA for 4f04913
Changes
@@ -4,7 +4,7 @@ Changes
4
v2 has many incompatibilities with v1. To see the full list of differences between
5
v1 and v2, please read the Changes-v2.md file (https://github.com/lestrrat-go/jwx/blob/develop/v2/Changes-v2.md)
6
7
-v2.1.2 UNRELEASED
+v2.1.2 25 Oct 2024
8
* [jwt] `jwt.ParseRequest` now uses %w to embed errors returned from
9
`jwt.ParseHeader`, `jwt.ParseCookie`, and `jwt.ParseForm`, allowing
10
users to correctly call `errors.Is(err, jwt.ErrTokenExpired)` and the
0 commit comments