Skip to content

Tags: guillp/requests_oauth2client

Tags

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
more polishing (#72)

* rename `MismatchingAcr` to `MismatchingIdTokenAcr`
* enhanced ID Token validation
* poetry update

v1.5.3

Toggle v1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
version 1.5.3 (#60)

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
remove python 3.13 (#56)

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add missing `attrs` dep, fixing #50 (#51)

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
deps update (#49)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
housekeeping #25

* use https://github.com/frostming/fix-future-annotations pre-commit hook to make sure future annotations are used everywhere

* apply pyupgrade, as pre-commit check

* pre-commit autoupdate

* poetry update

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
hopefully last fixes before v1.2.0 (#17)

* fix ID Token validation when signature verification key does not contain an "alg" param
* fix validation of empty at_hash, c_hash, s_hash values
* do not validate the ID Token if there is no ID Token

v1.1.0

Toggle v1.1.0's commit message
I forgot to update the version number in pyproject.toml ... :(

v1.0.1

Toggle v1.0.1's commit message
fix ApiClient.__getitem__()