Skip to content

Releases: IdentityPython/pyop

v2.1.1

17 Jan 17:07
v2.1.1
1eab978
Compare
Choose a tag to compare
  • Fix build failures due to file-name-reuse errors from pypi

v2.1.0

17 Jan 17:06
v2.1.0
ae453cb
Compare
Choose a tag to compare
  • 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
f94bf55
Compare
Choose a tag to compare

Return refresh token only if we issue one (#22)

Thanks to @jkakavas

v2.0.7

16 Oct 08:48
cf57877
Compare
Choose a tag to compare

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
6272ce7
Compare
Choose a tag to compare

Adapted error handling (#17)

Thanks @jkakavas

v2.0.5

13 Jun 08:36
fb5f1c7
Compare
Choose a tag to compare

Ignore unsupported scopes instead of failing (#16)
Thanks to @jkakavas

v2.0.4

23 May 11:34
1275072
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

News:

Fixes:

  • Fixed broken logging calls.
  • Include proper imports in examples in README.

Improvements:

  • Upgraded pyoidc dependency.