Skip to content

Releases: h5rdly/webtoken

v0.6.0

09 Mar 14:14
9ff1a75

Choose a tag to compare

  • Added PASETO V4 and PASERK support
  • Ported Pyesto test suites
  • Bumped aws-lc-rs to v1.16.1

v0.5.0

12 Feb 12:08

Choose a tag to compare

  • Dropped jsonwebtoken dependency. This cleaned up and consolidated the encode / decode paths, and removed 200k from the binary.

  • Added pkce pair generation helper util

  • Added Blake2 support (Not an official RFC-7518 algo)

v0.4.1

10 Feb 13:10

Choose a tag to compare

  • Removed AArch64 Linux target
  • Added homepage field for PyPi

v0.4.0

10 Feb 12:45

Choose a tag to compare

Work continues to verify maximum compatibility with PyJWT.

  • PortedAlgo test suite - test_algorithms.py.
  • Removed ED448 tests, as aws-lc-rs doesn't implement it and I don't want to mix crypto backends