rust-jwt v3.0.0 Release Notes

Release Date: 2017-09-08 // over 6 years ago
  • 💥 Breaking changes

    • Remove validate_signature from Validation, use decode_header instead if you don't know the alg used
    • 👉 Make typ optional in header, some providers apparently don't use it

    Others

    • ⚡️ Update ring & error-chain
    • 🛠 Fix documentation about leeway being in seconds and not milliseconds
    • Add decode_header to only decode the header: replaces the use case of validate_signature