Skip to content

Releases: cristalhq/jwt

v4.0.0-beta1

22 Jan 15:10
34bd9e4
Compare
Choose a tag to compare

34bd9e4 Use better CI scripts (#123)
8b80431 Add func to generate random 512 bits key (#122)
d92f7b6 Better bad token verification (#120)

v4.0.0-beta

18 Oct 13:37
42e32e5
Compare
Choose a tag to compare

42e32e5 Next major release v4 (#118)
bf8716c Relax PS keys checks (#117)
74872d2 User MarshalJSON and UnmarshalJSON directly (#116)
8c2d44d Init keys in tests once (#115)

v3.1.0

09 Jul 12:02
2a10343
Compare
Choose a tag to compare

2a10343 remove RSA key size validation (#114)
3f0bc44 add release notes
b54fd24 more Builder tests (#111)
bacdcd2 cover all algs for Builder (#110)

v3.0.14

14 Apr 08:09
f65c7c6
Compare
Choose a tag to compare
small cleanups (#109)

v3.0.13

12 Apr 12:31
d02bb92
Compare
Choose a tag to compare
add test to NumericDate (#107)

v3.0.12

03 Mar 22:03
7521642
Compare
Choose a tag to compare
more strict key validation (#106)

v3.0.11

02 Feb 21:49
6c0b682
Compare
Choose a tag to compare
fix ParseString arguments in README.md (#101)

v3.0.10

02 Feb 19:20
f119eaf
Compare
Choose a tag to compare
fix minor typo on README.md (#100)

v3.0.9

25 Jan 15:18
56ff534
Compare
Choose a tag to compare
use const time equal for alg in parse (#97)

v3.0.8

15 Jan 15:36
152cfba
Compare
Choose a tag to compare
check token alg in VerifyToken (#96)