Skip to content

Releases: SamhammerAG/sag_py_auth

1.2.3

08 Jul 05:54
Compare
Choose a tag to compare

What's Changed

  • Add Cryptography back, since this caused a bug

!!! 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.2

25 Jun 15:41
2cc40fe
Compare
Choose a tag to compare

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

27 May 16:08
3a50ee5
Compare
Choose a tag to compare
  • Update libs

1.2.0

25 Apr 10:50
acd3d26
Compare
Choose a tag to compare

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

17 Jan 14:37
Compare
Choose a tag to compare

Set up correct version after update

1.1.0

17 Jan 14:34
0cf70cb
Compare
Choose a tag to compare

What's Changed

  • KIT-3964 Update. Use PyJWT lib instead of jose

Update to Python 3.12

20 Sep 12:23
Compare
Choose a tag to compare

Update code and requirements to Python 3.12

Update reqs

30 Apr 11:51
Compare
Choose a tag to compare
0.1.7

update pyproject.toml

0.1.3

03 Apr 09:28
2071cf2
Compare
Choose a tag to compare
  • Add py.typed so that typing properly works in projects using this package
  • Now also logs a warning if the auth token was missing or invalid in the request

0.1.2

03 Apr 09:26
a346ac5
Compare
Choose a tag to compare

Make the library strongly typed + fix coveralls