Skip to content

Bump oauthlib from 3.0.2 to 3.1.0#46

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/oauthlib-3.1.0
Closed

Bump oauthlib from 3.0.2 to 3.1.0#46
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/oauthlib-3.1.0

Conversation

@dependabot-preview
Copy link

Bumps oauthlib from 3.0.2 to 3.1.0.

Release notes

Sourced from oauthlib's releases.

3.1.0 is an feature release including improvement to OIDC and security enhancements. Check-it out !

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
Changelog

Sourced from oauthlib's changelog.

3.1.0 (TBD)

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

Commits
  • 31cae75 Release 3.1.0 (#689)
  • eb84110 Add the ReadTheDocs theme to dev builds "i.e tox -e docs".
  • 55bcc38 Merge branch 'master' into release-3.1.0
  • a99c714 Add hooks to highlight the possibilities of the framework (#673)
  • f74922b Merge branch 'master' into docs-flows-hooks
  • f516c16 Oidc userinfo (#677)
  • 64e3474 Merge branch 'master' into oidc-userinfo
  • 7538f04 add HMAC-SHA256 signature validation (#691)
  • 36e4512 add HMAC-SHA256 signature validation
  • a97cada Bump to 3.1.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this ['minor'|'major'] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the specific version in this PR you can just close it
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [oauthlib](https://github.com/oauthlib/oauthlib) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/oauthlib/oauthlib/releases)
- [Changelog](https://github.com/oauthlib/oauthlib/blob/master/CHANGELOG.rst)
- [Commits](oauthlib/oauthlib@v3.0.2...v3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 7, 2019
@dependabot-preview
Copy link
Author

Superseded by #138.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/oauthlib-3.1.0 branch June 1, 2021 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants