Skip to content

Changelog

0.1.5 (2026-02-12)

Features

  • integrations: add fastapi and starlette auth helpers (cdbae89)
  • verifier: add async support and framework integrations (e69dbcd)
  • verifier: add native async verifier and shared policy core (a8e6f40)

Bug Fixes

  • async: address PR #10 review feedback (b77433c)
  • commit all pending changes (aaa743c)
  • harden mypy Any checks and align CI extras install (25c8a6e)
  • integrations: resolve PR #10 review threads (b506f98)

0.1.4 (2026-02-12)

Features

  • jwt: enforce minimum cryptographic key length (459c160)
  • verifier: align with PyJWT 2.11 typing and key checks (7bcd8bf)

0.1.3 (2025-12-18)

Bug Fixes

  • docs: add missing Documentation badge to docs/index.md (dfdf6ae)

0.1.2 (2025-12-18)

Bug Fixes

  • docs: resolve MkDocs Material rendering issues and modernize deployment (89fefb0)
  • docs: resolve MkDocs Material rendering issues and modernize deployment (2018920)

0.1.1 (2025-12-18)

Features

  • add core JWT verification library with automated release pipeline (61862b5)
  • jwt-verifier: add core JWT verification library (cf67629)

Bug Fixes

  • address additional PR review comments (f8132f8)
  • address PR review comments (b12bf0a)
  • persist stripped scope_claim and permissions_claim values (c8290c5)
  • update PyJWT to >=2.10.1 to address CVE-2024-53861 (3fe5e8f)
  • verifier: catch DecodeError in header parse (df76b3c)
  • verifier: narrow decode exceptions in audience loop (d2a9fd5)

0.1.0

  • Initial release of the shared JWT verification core.