Skip to content
igwn-auth-utils 1.0.0

Major release.

Major changes:

- Refactor requests auth handling to enable per-request token discovery [computing/igwn-auth-utils!59]

Other changes:

- Allow disabling automatic `raise_for_status` for Sessions [computing/igwn-auth-utils!52]
- Fix keyword argument passing in requests wrappers [computing/igwn-auth-utils!56]
- Add issuer keyword to `is_valid_token` [computing/igwn-auth-utils!57]
- Allow deserialising token in `is_valid_token` [computing/igwn-auth-utils!58]
- Add support for Python 3.11 [computing/igwn-auth-utils!61]
- Workaround bug in requests 2.14 [computing/igwn-auth-utils!62]

The full details of this milestone can be seen at
<https://git.ligo.org/computing/igwn-auth-utils/-/milestones/12>