~landscape/landscape-buildout-dependencies/+git/pyoidc:travis

Last commit made on 2022-06-26
Get this branch:
git clone -b travis https://git.launchpad.net/~landscape/landscape-buildout-dependencies/+git/pyoidc

Branch merges

Branch information

Recent commits

bbad4d5... by Michael Schlenker <email address hidden>

Remove travis config

Get rid of the obsolete travis configuration.

64c5e3b... by Michael Schlenker <email address hidden>

Try to fix the generic response parsing and handling (#817)

Try to fix the generic response handling.

Help mypy to figure out the accidential variable shadowing for 'res'.
body_type is now properly used with MyPy types.

The token_revocation special case (ignored response body) is now handled in the special client case, not pushed into the generic layer, which massively simplifies the return types.

* Fix wrong use of requests response
* Fix typing error (aliasing of res)
* Cleanup response handling

0b96b67... by =?utf-8?q?Tom=C3=A1=C5=A1_Pazderka?= <email address hidden>

Prepare 1.4.0 release

dcae0b8... by infohash <email address hidden>

#797 switch from pyldap to python-ldap (#814)

08db406... by =?utf-8?q?Tom=C3=A1=C5=A1_Pazderka?= <email address hidden>

Merge branch 'infohash-bugfix/zero-content-length'

6e2ab71... by infohash <email address hidden>

Fixed parsing for zero content length response

Close #812

62c7318... by =?utf-8?q?Tom=C3=A1=C5=A1_Pazderka?= <email address hidden>

Merge branch 'infohash-feature/request-session'

2270076... by infohash <email address hidden>

Added support for request session

For session persistence and custom http adapters.

Fix #806

1e7ed6f... by =?utf-8?q?Tom=C3=A1=C5=A1_Pazderka?= <email address hidden>

Merge branch 'infohash-feature/id-token-jwt-in-token-response'

3d97d5a... by infohash <email address hidden>

Included id_token_jwt in token response

Fix #805