Releases: jonasroussel/dart_jsonwebtoken
Releases · jonasroussel/dart_jsonwebtoken
v2.14.1
v2.14.0
v2.13.0
v2.12.2
v2.12.1
v2.12.0
- NEW: tests have been added
- NEW: publish & test CI
- Making all
JWTAlgorithm
classes public (mainly to be mocked in tests)
v2.11.0
- Removing
basic_utils
package that was incompatible with flutter web - Moving utils to
helpers.dart
and key parsing functions intokey_parser.dart
- Adding some new examples in
example/example.dart
v2.10.0
- New ECDSA algorithm (ES256K)
- New RSA algorithm with PSS padding (PS256, PS384, PS512)
- README.md improved
- example/example.dart improved
v2.9.1
- Adding a new class factory
ECPublicKey.cert
v2.9.0
- Adding
basic_utils
package to handle PEM & key parsing - A lot of new class factory to create
Keys
(e.g.RSAPublicKey.cert
and.bytes
)