jsonwebtoken/CHANGELOG.md

448 B

Changelog

2.0.0 (unreleased)

  • Use Serde instead of rustc_serialize
  • Add RSA support
  • Change API, see README for new usage

Previous

  • 1.1.7: update ring
  • 1.1.6: update ring
  • 1.1.5: update ring version
  • 1.1.4: use ring instead of rust-crypto
  • 1.1.3: Make sign and verify public
  • 1.1.2: Update rust-crypto to 0.2.35
  • 1.1.1: Don't serialize empty fields in header
  • 1.1.0: Impl Error for jsonwebtoken errors
  • 1.0: Initial release