What's Changed * fix: enable http2 by nason in https://github.com/cleanenergyexchange/fastapi-zitadel-auth/pull/29 * docs: minor typos by davidhuser in https://github.com/cleanenergyexchange/fastapi-zitadel-auth/pull/30
New Contributors * nason made their first contribution in https://github.com/cleanenergyexchange/fastapi-zitadel-auth/pull/29
* fix: re-refresh JWKS if `kid` not found in cached keys 27 * fix: removed dev dependency 27 * feat: add `ZitadelAuth.cache_ttl_seconds` argument to override default cache expiry seconds 27 * feat: add tooling and instructions for load testing the demo project 27
0.2.0
What's Changed
* proper caching of openid signing keys * configurable claims and users * introduced exceptions on 400, 401, 403 * published documentation on GitHub Pages