Releases: SamhammerAG/sag_py_auth
Releases · SamhammerAG/sag_py_auth
1.2.3
1.2.2
What's Changed
- KIT-4205 downgrade startlette vor AP compatibility by @oschulzSam in #13
!!! While working on the next update, please check the Shap-Framework dependencies to see if we can use the latest version of Starlette.
1.2.1
1.2.0
Breaking
In this release, the default authentication scheme name has changed from "JwtAuth" (or your custom class name) to "auth".
If you want to retain the previous behavior, you can explicitly set the scheme name using the scheme_name parameter during initialization:
JwtAuth(auth_config, required_roles, required_realm_roles, scheme_name="JwtAuth")
1.1.1
Set up correct version after update
1.1.0
What's Changed
- KIT-3964 Update. Use PyJWT lib instead of jose
Update to Python 3.12
Update code and requirements to Python 3.12
Update reqs
0.1.7 update pyproject.toml