Pascaldekloe Jwt Versions Save

JSON Web Token library

v1.12.0

1 year ago

new ApproveTemporal, stronger time constraints on Handler, extra boundary checks on NumericTime mapping

v1.11.0

1 year ago

HTTP Bearer extraction + Go version 1.19 compliance (unit-test only)

v1.10.0

3 years ago

Reusable HMAC instance + ErrUnsecured constant.

v1.9.0

4 years ago

Support processing of crit(ical) JOSE extensions.

v1.8.1

4 years ago

RSA PPS was broken as noted by @rschoultz. More loose HTTP acceptance & more strict HTTP checks.

v1.8.0

4 years ago

Raw JOSE header exposure.

v1.7.0

4 years ago
  • Custom JOSE headers from issue #7
  • Unsigned tokens from issue #8
  • Custom HTTP errors from issue #9

v1.6.0

4 years ago
  • EdDSA support
  • PEM export
  • JWK import
  • JWT parse (without validation)

v1.5.0

5 years ago

Audience check and experimental JWK support.

v1.4.0

5 years ago

Cleanup with API changes:

  • AlgError replaces ErrUnsecured and ErrAlgUnk
  • HTTP Handler credentials dropped—KeyRegister-only now