Skip to content

Releases: waza-ari/fastapi-keycloak-middleware

Version 0.2.1

Version 0.2.0

28 Mar 16:26
80a0787
Compare
Choose a tag to compare

Breaking Changes

Default Token Validation Method Changed

Before this release, the library used the token introspection endpoint
to validate the token by default. This has performance implications and
is not the recommended approach as Keycloak does not support opaque
tokens as of today

The default value for has changed to False. Refer to the documentation for details and instructions how to change it back

Full Changelog

Publish to PyPi

26 Mar 23:14
Compare
Choose a tag to compare

With this release, the package is first pushed to production PyPi for general usage.

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

Initial Release

26 Mar 22:47
Compare
Choose a tag to compare

This is the initial version of this library.