- Remove uvicorn as a pkg dependency. - Make OIDC jkws endpoint optional (not necessary for the HS256 algorithm).
1.0.0
Not secure
- Allow non-keycloak well_known endpoints and usage without a well_known endpoint. This changes the interface of the OIDC config object. - Add support for python versions > 3.6.
0.1.1
Not secure
- Testing of OPA middleware and OIDC authentication as well as the pipeline setup for executing tests, style checks and dependency audit. ([4](https://github.com/busykoala/fastapi-opa/pull/4))
0.1.0
Not secure
- Initial implementation of OPA middleware and OIDC authentication. - Package documentation and usage instructions.