Releases: IdentityPython/pyop
Releases · IdentityPython/pyop
v2.1.1
17 Jan 17:07
Compare
Sorry, something went wrong.
No results found
Fix build failures due to file-name-reuse errors from pypi
v2.1.0
17 Jan 17:06
Compare
Sorry, something went wrong.
No results found
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
16 Oct 08:49
Compare
Sorry, something went wrong.
No results found
Return refresh token only if we issue one (#22 )
Thanks to @jkakavas
v2.0.7
16 Oct 08:48
Compare
Sorry, something went wrong.
No results found
Bump pyoic to latest version (0.11.0.1) (#19 )
IdToken exp and iat changed from float to int (#21 )
v2.0.6
01 Aug 10:49
Compare
Sorry, something went wrong.
No results found
v2.0.5
13 Jun 08:36
Compare
Sorry, something went wrong.
No results found
Ignore unsupported scopes instead of failing (#16 )
Thanks to @jkakavas
v2.0.4
23 May 11:34
Compare
Sorry, something went wrong.
No results found
Add support for MongoDB authSource in uri (#14 )
Thanks to @nicemid
Add a modified timestamp to documents handled with MongoWrapper (#15 )
v2.0.3
29 Mar 15:35
Compare
Sorry, something went wrong.
No results found
Fix missing space when joining scope (#12 )
Fix code exchange ensure the authz code was issued to the requesting client (#13 )
Thanks to @s-hal
Dockerified the pyop example app
v2.0.1
20 Oct 10:00
Compare
Sorry, something went wrong.
No results found
Added support for releasing custom subject identifiers contained in the underlying userinfo database.
Required for e.g. SATOSA which may want to pass existing values as subject identifier instead of one computed by pyop.
v2.0.0
04 Oct 05:22
Compare
Sorry, something went wrong.
No results found
News:
Fixes:
Fixed broken logging calls.
Include proper imports in examples in README.
Improvements:
Upgraded pyoidc dependency.