Skip to content

Releases: jonasroussel/dart_jsonwebtoken

v2.8.2

16 Jun 09:47
Compare
Choose a tag to compare
  • Downgraing collection to 1.7.1 to be compatible with flutter_test

v2.8.1

27 May 18:46
Compare
Choose a tag to compare
  • Updating dependencies
  • Fixing CHANGELOG.md

v2.8.0

27 May 18:42
Compare
Choose a tag to compare
  • BREAKING CHANGE: Replacing all JWTError by JWTException that is more accurate (#39)
  • Fixing assert message (#42)

v2.7.1

27 May 18:24
Compare
Choose a tag to compare
  • Migrating from pedantic to lints

v2.7.0

27 May 18:24
Compare
Choose a tag to compare
  • parsing.dart has been replaced by more accurate CryptoUtils functions https://github.com/Ephenodrom/Dart-Basic-Utils
  • Fixing _ECDSAAlgorithm.sign method that did not filling the gap in the ECDSA curve signatures

v2.5.0

30 Oct 22:56
Compare
Choose a tag to compare
  • Update all package versions
  • PR: #27

v2.3.2

18 Jul 20:45
Compare
Choose a tag to compare

v2.3.1

16 Jul 18:01
Compare
Choose a tag to compare
  • Fix the pointycastle dependency, v3.1.3 is incompatible with flutter web (dart2js) #14

v2.0.1

26 Mar 11:04
Compare
Choose a tag to compare
  • Fixing JWT.sign to include iat & other attributes when payload is an empty Map

v2.0.0

26 Mar 11:03
Compare
Choose a tag to compare
  • 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