Releases: IdentityPython/pyop
Releases · IdentityPython/pyop
Version 3.4.2
- For the stateless flow, retrieve the extra_id_token_claims from the auth_code in the request
Version 3.4.1
- Fix support of PyMongo 4
- Add configurable subject_identifier_uri to clients
- fix: example/requirements.txt to reduce vulnerabilities
- fix: userinfo: avoid indexing by None user_id in stateless mode
Version 3.4.0
- Support stateless code flow (#41)
Version 3.3.1
- Add new exception InvalidRedirectURI to separate invalid-uri from
invalid-request error cases. When the redirect-uri is invalid no
error-url can be crafted.
Version 3.3.0
- Add support for PKCE for the authorization_code flow
- notice: plaintext support is missing
- Normalize Storage wrapper interfaces to allow extra options
Version 3.2.0
- Add Redis storage backend
- Add automatic expiry to MongoDB
- Declare Mongo and Redis as extra requires
v3.1.1
- Fix: Check that params to AuthorizationState are undefined before
using an in-memory dict - Fix: client_auth: unquote clientID and secret with Basic auth
- Deps: Update oic requirement to >=1.2.1
- CI: Update travis CI process
v3.1.0
Version 3.1.0
v3.0.1
Set lowest version of oic dependency to stabilize behaviour.
v3.0.0
Revert support additional scopes as introduced in v2.1.0
The feature has been reimplemented in a non-backwards compatible way.