New
v5.3.1
What's Changed
π Features
- Add spellcheck Github action to catch common spelling mistakes by @equalsgibson in https://github.com/golang-jwt/jwt/pull/458
- Add
WithNotBeforeRequiredparser option and add test coverage by @equalsgibson in https://github.com/golang-jwt/jwt/pull/456 - Update godoc example func to properly refer to
NewWithClaims()by @equalsgibson in https://github.com/golang-jwt/jwt/pull/459 - Update github workflows by @mfridman in https://github.com/golang-jwt/jwt/pull/462
- Additional test for CustomClaims that validates unmarshalling behaviour by @equalsgibson in https://github.com/golang-jwt/jwt/pull/457
- Fix early file close in jwt cli by @mfridman in https://github.com/golang-jwt/jwt/pull/472
- Add TPM signature reference by @salrashid123 in https://github.com/golang-jwt/jwt/pull/473
- Remove misleading ParserOptions documentation in https://github.com/golang-jwt/jwt/pull/484
- Save signature to Token struct after successful signing by @EgorSheff in https://github.com/golang-jwt/jwt/pull/417
- Set token.Signature in
ParseUnverifiedby @slickwilli in https://github.com/golang-jwt/jwt/pull/414