Releases: IdentityPython/pyop
Releases · IdentityPython/pyop
v2.1.1
- Fix build failures due to file-name-reuse errors from pypi
v2.1.0
- pyop is now under IdentityPython
- Update pyoidc/oic dependency to the latest version
- Run automated tests in verbose mode
- Add pytest as a dependency for running tests
- Fix tests to run with latest version of pytest
- Support additional scopes as supported by oic
- Fix typo in readme
v2.0.8
v2.0.7
v2.0.6
v2.0.5
v2.0.4
v2.0.3
v2.0.1
v2.0.0
News:
- Supports RP-initiated logout according to Section 5 of OpenID Connect Session Management.
- Includes example application that can be run as a testing OP.
Fixes:
- Fixed broken logging calls.
- Include proper imports in examples in README.
Improvements:
- Upgraded pyoidc dependency.