Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update oauthlib to 3.1.0 #189

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Aug 6, 2019

This PR updates oauthlib from 3.0.1 to 3.1.0.

Changelog

3.1.0

------------------

OAuth2.0 Provider - Features
* 660: OIDC add support of nonce, c_hash, at_hash fields
- New RequestValidator.fill_id_token method
- Deprecated RequestValidator.get_id_token method
* 677: OIDC add UserInfo endpoint
- New RequestValidator.get_userinfo_claims method

OAuth2.0 Provider - Security
* 665: Enhance data leak to logs
- New default to not expose request content in logs
- New function `oauthlib.set_debug(True)`
* 666: Disabling query parameters for POST requests

OAuth2.0 Provider - Bugfixes
* 670: Fix validate_authorization_request to return the new PKCE fields
* 674: Fix token_type to be case-insensitive (bearer and Bearer)

OAuth2.0 Client - Bugfixes
* 290: Fix Authorization Code's errors processing
* 603: BackendApplication.Client.prepare_request_body use the "scope" argument as intended.
* 672: Fix edge case when expires_in=Null

OAuth1.0 Client
* 669: Add case-insensitive headers to oauth1 BaseEndpoint

3.0.2

------------------
* 650: Fixed space encoding in base string URI used in the signature base string.
* 652: Fixed OIDC /token response which wrongly returned "&state=None"
* 654: Doc: The value `state` must not be stored by the AS, only returned in /authorize response.
* 656: Fixed OIDC "nonce" checks: raise errors when it's mandatory
Links

@pyup-bot pyup-bot mentioned this pull request Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant