We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20849bd commit 766a059Copy full SHA for 766a059
Changes
@@ -4,7 +4,7 @@ Changes
4
v3 has many incompatibilities with v2. To see the full list of differences between
5
v2 and v3, please read the Changes-v3.md file (https://github.com/lestrrat-go/jwx/blob/develop/v3/Changes-v3.md)
6
7
-v3.0.0-beta1
+v3.0.0-beta1 15 Mar 2025
8
* [jwt] Token validation no longer truncates time based fields by default.
9
To restore old behavior, you can either change the global settings by
10
calling `jwt.Settings(jwt.WithTruncation(time.Second))`, or you can
0 commit comments