All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Bumped
com.auth0:java-jwt
version to 4.5.0
- Rewrite in Java
- Underlying library and implementation based on
com.auth0:java-jwt
- Time-based claims returned as
Instant
- Remove all spaces and tabs when parsing keys
- Fix decoding of keys with CRLF characters
- Internal refactoring
- Bumped
jjwt
version to 0.12.6 - Bumped Kotlin version to 2.0.0
- Bumped Jackson runtime dependency version to 2.17.2
- Bumped
jjwt
version to 0.12.5 - Bumped Kotlin version to 1.9.22
- Bumped Jackson runtime dependency version to 2.16.1
- Added symmetric HS256 signature verification method to
Jwt
- Added public key decoding to
KeyConverter
- Bumped
jjwt
version to 0.12.3 - Bumped Kotlin version to 1.9.10
- Bumped Jackson runtime dependency version to 2.15.3
- Bumped dependency versions
- Allow unsigned tokens
- Mockito is now test scoped as it was originally intended.