v5.0.2
tinyauthapp/tinyauthv5.0.2Mar 8, 2026by steveiliop56
AI Summary
A patch addressing issues with the healthcheck command and OIDC key management to ensure proper PKIX support.
Key Highlights
- Support for PKIX public keys
- Improved OIDC key management with `kid` in ID token JWT header
New Features
- Support for PKIX public keys
- Add `kid` to ID token JWT header
- Accept port and address individually in the `healthcheck` command
Full Release Notes
# Tinyauth v5.0.2 Another small patch addressing issues with the `healthcheck` command and OIDC key management. ## Improvements - Support for PKIX public keys @DarkDare ## Fixes - Add `kid` to ID token JWT header - Make state a non-required field in the authorize request - Accept port and address individually in the `healthcheck` command @luizfelipefb ## Technical - Bump dependencies ## New Contributors - @luizfelipefb made their first contribution in https://github.com/steveiliop56/tinyauth/pull/698 Please let me know of any issues so as I can fix them as soon as possible.