Releases: paseto-toolkit/jpaseto
Releases · paseto-toolkit/jpaseto
0.7.0
#12 Adding pure Java support of V2 Local token types
#17 Fix ISO 8601 date issue when timezone was Z
#55 Jackson JSON implementation now uses (De)serializer immutable interfaces
#8 Add automatic module names via manifest
0.6.0
Added support for Bouncy Castle FIPS (Federal Information Processing Standard) package bc-fips
If your environment requires you to use the "FIPS" package, simply replace the bcprov-jdk15on
dependency with bc-fips
0.5.0
Added support for the HKDF Java project, which provides a very lightweight implementation of HKDF. Use jpaseto-hkdf
if you need v1.local
token support and you do NOT want to include jpaset-bouncy-castle
Thanks to @zbiljic for this feature!
0.4.0
Fixes an issue that prevented a KeyResolver
from being used with a ParserBuilder
.
0.3.0
Fixes issue that results in weak hashes used for v2.local tokens - CVE-2020-10244 (Thanks @amozano for the report and fix!)
0.2.0
Key length generated from Keys.secretKey() is now 32 bytes
0.1.0
Initial release!
Check out the README for more info.