Skip to content

Releases: h5rdly/webtoken

v0.6.5

Choose a tag to compare

@h5rdly h5rdly released this 28 Jun 02:50
  • Added generate_localhost_cert() util

Full Changelog: v0.6.4...v0.6.5

v0.6.4

Choose a tag to compare

@h5rdly h5rdly released this 27 Jun 11:56
d52cc64
  • Added utility functions for x509 public key and metadata reading

Full Changelog: v0.6.3...v0.6.4

v0.6.3

Choose a tag to compare

@h5rdly h5rdly released this 27 Jun 08:59
647fab0

Bump version in pyproject

Full Changelog: v0.6.2...v0.6.3

v0.6.2

Choose a tag to compare

@h5rdly h5rdly released this 27 Jun 08:55
  • Bump chacha20 and other deps, update code
  • X509 certificate parsing + tests
  • Ported JWE Compact tests

v0.6.0

Choose a tag to compare

@h5rdly h5rdly released this 09 Mar 14:14
9ff1a75
  • Added PASETO V4 and PASERK support
  • Ported Pyesto test suites
  • Bumped aws-lc-rs to v1.16.1

v0.5.0

Choose a tag to compare

@h5rdly h5rdly released this 12 Feb 12:08
  • 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

Choose a tag to compare

@h5rdly h5rdly released this 10 Feb 13:10
  • Removed AArch64 Linux target
  • Added homepage field for PyPi

v0.4.0

Choose a tag to compare

@h5rdly h5rdly released this 10 Feb 12:45

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