Releases: cristalhq/jwt
Releases · cristalhq/jwt
v3.0.7
Changes
- Add builder options to help setting custom token headers @danikarik #86
v3.0.6
Add kid into Header @danikarik (#85)
v3.0.5
Changes
- rename internal method @cristaloleg (#71)
v3.0.4
- fix typo in readme @FZambia (#66)
- simplify Builder.Build method @cristaloleg (#65)
- simplify Token @cristaloleg (#64)
- simplify Builder const headers @cristaloleg (#63)
- make StandardClaims methods immutable @cristaloleg (#62)
- test NewSigner & NewVerifier params @cristaloleg (#61)
- verify EdDSA key on creation step @cristaloleg (#60)
- extract hashing func @cristaloleg (#59)
v3.0.3
Changes
- fix EdDSA sign size @cristaloleg (#58)
v3.0.2
Changes
- small goreportcard fixes @cristaloleg (#57)
v3.0.1
Changes
- fix ES signature length @cristaloleg (#56)
- Update build.yml @cristaloleg (#54)
v3.0.0
Changes
- Benchmark suite for all algorithms @storozhukBM (#46)
- Optimise builder @cristaloleg (#47)
- Improve parse tests @cristaloleg (#50)
- Add pool of hashes for HMAC @storozhukBM (#44)
- Optimize ES @cristaloleg (#53)
Additional thanks to @storozhukBM @FZambia @un000
v3.0.0-beta
Changes
- Optimise builder @cristaloleg (#47)
- Add pool of hashes for HMAC @storozhukBM (#44)
- Benchmark suite for all algorithms @storozhukBM (#46)
- Update examples and prepare v3 @cristaloleg (#49)
- Improve parse tests @cristaloleg (#50)
Additional thanks to @storozhukBM @FZambia @un000
v2.0.0
v2 version with better and more clear API, bugfixes and more.
Huge thanks to @FZambia and @storozhukBM
🎉