Revision history for Plack-Middleware-Zitadel
0.001 2026-04-16 21:34:23Z
- Initial release
- Added Plack::Middleware::Zitadel::Auth:
- Bearer token verification via WWW::Zitadel::OIDC
- Optional audience verification
- Optional required scope checks
- Claims injection into PSGI env (`zitadel.claims`)
- Added test coverage for auth success/failure and scope enforcement
- Added transparent proxy PSGI example (`examples/proxy.psgi`)
- Added Dockerfile for containerized middleware deployment
- Added Kubernetes manifests + deploy script for Gateway API usage