Changelog
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.