Releases: jonasroussel/dart_jsonwebtoken
Releases · jonasroussel/dart_jsonwebtoken
v2.8.2
- Downgraing
collection
to 1.7.1 to be compatible with flutter_test
v2.8.1
- Updating dependencies
- Fixing
CHANGELOG.md
v2.8.0
v2.7.1
- Migrating from
pedantic
tolints
v2.7.0
parsing.dart
has been replaced by more accurate CryptoUtils functionshttps://github.com/Ephenodrom/Dart-Basic-Utils
- Fixing
_ECDSAAlgorithm.sign
method that did not filling the gap in the ECDSA curve signatures
v2.5.0
v2.3.2
- Some badges on
README.md
(Thanks to https://github.com/bruno-garcia/badges.bar)
v2.3.1
v2.0.1
- Fixing
JWT.sign
to includeiat
& other attributes when payload is an empty Map
v2.0.0
- Null safety migration of this package
- New EdDSA Algorithm (EdDSA)
- EdDSAPrivateKey and EdDSAPublicKey, two new keys for EdDSA algorithm
- ed25519_edwards package has been added