Java Jwt Versions Save

Java implementation of JSON Web Token (JWT)

4.4.0

1 year ago

Full Changelog

Changed

4.3.0

1 year ago

Full Changelog

Changed

  • Improve JWT parse/decode performance #620 (noetro)

Fixed

4.2.2

1 year ago

Full Changelog

This patch release does not contain any functional changes, but is being released using an updated signing key for verification as part of our commitment to best security practices. Please review the README note for additional details.

3.19.4

1 year ago

Full Changelog

This patch release does not contain any functional changes, but is being released using an updated signing key for verification as part of our commitment to best security practices. Please review the README note for additional details.

3.19.3

1 year ago

Full Changelog

Security

  • Update com.fasterxml.jackson.core:jackson-databind to 2.13.4.2 #631 (jimmyjames)

4.2.1

1 year ago

Security

Bump com.fasterxml.jackson.core:jackson-databind to 2.13.4.2 https://github.com/auth0/java-jwt/pull/630 (evansims)

4.2.0

1 year ago

Changed

Fixed

4.1.0

1 year ago

⚠️ BREAKING CHANGES

Added

Changed

Fixed

4.0.0

1 year ago

4.0.0 (2022-06-24)

Full Changelog

This is a major release and contains breaking changes!

💡 Check the Migration Guide to understand the changes required to migrate your application to v4.

Main features

  • Predicates based claim verification
  • Support for Instant API and Lambda functions
  • Improved Exceptions API
  • Consistent null handling

See the changelog entries for additional details.

4.0.0-beta.0

2 years ago

4.0.0-beta.0 (2022-05-06)

Full Changelog

💡 Check the Migration Guide to understand the changes required to migrate your application to v4.

Added

Changed

Deprecated

Removed

Fixed

Security

  • Updated documentation regarding HMAC Key length #580 (poovamraj)

Breaking changes