Changelog for libjwt-typed-0.2
Changelog
libjwt-typed uses PVP Versioning.
The changelog is available on GitHub.
0.2
New features
- Ability to use public keys only if you do not intend to sign tokens. This feature is backwards incompatible:
- Function
signJwthas been removed in favor ofsignandsign' - Signing and decoding functions now depend on the new
Algorithm ktype and their contexts have been extended to accomodate new key classes (SigningKeyandDecodingKeyrespectively) - JWT header
algis now an enumeration, handling of all key data has been moved toAlgorithm
- Function
0.1
- Initially created.