Skip to content

Releases: cleanenergyexchange/fastapi-zitadel-auth

v0.2.5

13 May 07:57
3d37df9
Compare
Choose a tag to compare

What's Changed

  • feat: Change jti claim to be optional by @msceex in #47
  • fix: ordering of logic on retry of load config by @davidhuser in #48

Full Changelog: v0.2.4...v0.2.5

v0.2.4

08 May 07:50
bc0fa5a
Compare
Choose a tag to compare

What's Changed

  • feat: make nbf claim optional as per RFC, closes #43 by @msceex in #44

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.3

06 May 07:34
00262c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

04 Mar 15:26
3b4b61a
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @nason made their first contribution in #29

Full Changelog: v0.2.1...v0.2.2

v0.2.1

27 Feb 11:25
facc22a
Compare
Choose a tag to compare

What's Changed

  • 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

v0.2.0

12 Feb 13:05
4098f99
Compare
Choose a tag to compare

What's Changed

  • proper caching of openid signing keys
  • configurable claims and users
  • introduced exceptions on 400, 401, 403
  • published documentation on GitHub Pages

Full Changelog: v0.1.1...v0.2.0

v0.1.1

05 Dec 15:48
b01a855
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

05 Dec 10:33
Compare
Choose a tag to compare

initial release