diff options
author | adam <adam@pkgsrc.org> | 2021-06-25 21:00:12 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-06-25 21:00:12 +0000 |
commit | 1e43b6f0ea967bda49f320418c17ab602907372f (patch) | |
tree | 94190c928ca809288c06e58241cdfd37129087d2 /lang/py-mypy | |
parent | a9301b8a2ad8dc5bf725ea0492f46da436ee5a29 (diff) | |
download | pkgsrc-1e43b6f0ea967bda49f320418c17ab602907372f.tar.gz |
py-oauthlib: updated to 3.1.1
3.1.1 (2021-05-31)
------------------
OAuth2.0 Provider - Bugfixes
* Fix acceptance of valid IPv6 addresses in URI validation
OAuth2.0 Client - Bugfixes
* Base OAuth2 Client now has a consistent way of managing the `scope`: it consistently
relies on the `scope` provided in the constructor if any, except if overridden temporarily
in a method call. Note that in particular providing a non-None `scope` in
`prepare_authorization_request` or `prepare_refresh_token` does not override anymore
`self.scope` forever, it is just used temporarily.
* MobileApplicationClient.prepare_request_uri and MobileApplicationClient.parse_request_uri_response,
ServiceApplicationClient.prepare_request_body,
and WebApplicationClient.prepare_request_uri now correctly use the default `scope` provided in
constructor.
* LegacyApplicationClient.prepare_request_body now correctly uses the default `scope` provided in constructor
OAuth2.0 Provider - Bugfixes
* client_credentials grant: fix log message
* OpenID Connect Hybrid - fix nonce not passed to add_id_token
* Different prompt values are now handled according to spec (e.g. prompt=none)
* OpenID Connect - fix Authorization: Basic parsing
General
* improved skeleton validator for public vs private client
* replace mock library with standard unittest.mock
* build isort integration
* python2 code removal
* add python3.8 support
* bump minimum versions of pyjwt and cryptography
Diffstat (limited to 'lang/py-mypy')
0 files changed, 0 insertions, 0 deletions