Skip to content

0.3.0

Compare
Choose a tag to compare
@jpadilla jpadilla released this 22 Oct 05:45
· 769 commits to master since this release
  • Add support for the "nbf" (Not Before) Claim by @skion.
  • Add support for encoding Plaintext JWTs (decode them with verify=False) by @skion.
  • Add support for Elliptic Curve signatures (ES256 / ES384 / ES512) by @sullivanmatt.
  • Fix import and reference of datetime functions in README by @glarrain.
  • Add support for the "aud" (Audience) Claim.
  • Add support for the "iss" (Issuer) Claim.