| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-01-28 | 2.8 kB | |
| v5.3.1 source code.tar.gz | 2026-01-28 | 63.9 kB | |
| v5.3.1 source code.zip | 2026-01-28 | 90.4 kB | |
| Totals: 3 Items | 157.1 kB | 0 | |
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
š Dependencies
- Bump crate-ci/typos from 1.34.0 to 1.35.3 by @dependabot[bot] in https://github.com/golang-jwt/jwt/pull/461
- Bump crate-ci/typos from 1.35.4 to 1.36.2 by @dependabot[bot] in https://github.com/golang-jwt/jwt/pull/470
- Bump github/codeql-action from 3 to 4 by @dependabot[bot] in https://github.com/golang-jwt/jwt/pull/478
- Bump crate-ci/typos from 1.36.2 to 1.39.0 by @dependabot[bot] in https://github.com/golang-jwt/jwt/pull/480
- Bump golangci/golangci-lint-action from 8 to 9 by @dependabot[bot] in https://github.com/golang-jwt/jwt/pull/481
- Bump actions/setup-go from 5 to 6 by @dependabot[bot] in https://github.com/golang-jwt/jwt/pull/469
- Bump crate-ci/typos from 1.39.0 to 1.40.0 by @dependabot[bot] in https://github.com/golang-jwt/jwt/pull/488
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/golang-jwt/jwt/pull/487
- Bump crate-ci/typos from 1.40.0 to 1.41.0 by @dependabot[bot] in https://github.com/golang-jwt/jwt/pull/490
- Bump crate-ci/typos from 1.41.0 to 1.42.1 by @dependabot[bot] in https://github.com/golang-jwt/jwt/pull/492
New Contributors
- @equalsgibson made their first contribution in https://github.com/golang-jwt/jwt/pull/458
- @salrashid123 made their first contribution in https://github.com/golang-jwt/jwt/pull/473
- @EgorSheff made their first contribution in https://github.com/golang-jwt/jwt/pull/417
- @slickwilli made their first contribution in https://github.com/golang-jwt/jwt/pull/414
Full Changelog: https://github.com/golang-jwt/jwt/compare/v5.3.0...v5.3.1