Skip to content

Releases: IdentityPython/pyop

v2.1.1

Choose a tag to compare

@c00kiemon5ter c00kiemon5ter released this 17 Jan 17:07
v2.1.1
1eab978
  • Fix build failures due to file-name-reuse errors from pypi

v2.1.0

Choose a tag to compare

@c00kiemon5ter c00kiemon5ter released this 17 Jan 17:06
v2.1.0
ae453cb
  • 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

Choose a tag to compare

@johanlundberg johanlundberg released this 16 Oct 08:49
f94bf55

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

Thanks to @jkakavas

v2.0.7

Choose a tag to compare

@johanlundberg johanlundberg released this 16 Oct 08:48
cf57877

Bump pyoic to latest version (0.11.0.1) (#19)
IdToken exp and iat changed from float to int (#21)

v2.0.6

Choose a tag to compare

@johanlundberg johanlundberg released this 01 Aug 10:49
6272ce7

Adapted error handling (#17)

Thanks @jkakavas

v2.0.5

Choose a tag to compare

@Gijutsu Gijutsu released this 13 Jun 08:36
fb5f1c7

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

v2.0.4

Choose a tag to compare

@johanlundberg johanlundberg released this 23 May 11:34
1275072

Add support for MongoDB authSource in uri (#14)
Thanks to @nicemid

Add a modified timestamp to documents handled with MongoWrapper (#15)

v2.0.3

Choose a tag to compare

@johanlundberg johanlundberg released this 29 Mar 15:35

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

Choose a tag to compare

@zamzterz zamzterz released this 20 Oct 10:00

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

Choose a tag to compare

@zamzterz zamzterz released this 04 Oct 05:22

News:

Fixes:

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

Improvements:

  • Upgraded pyoidc dependency.