Skip to content

Bump django-oauth-toolkit from 1.7.1 to 2.1.0#459

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/django-oauth-toolkit-2.1.0
Closed

Bump django-oauth-toolkit from 1.7.1 to 2.1.0#459
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/django-oauth-toolkit-2.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2022

Bumps django-oauth-toolkit from 1.7.1 to 2.1.0.

Release notes

Sourced from django-oauth-toolkit's releases.

Release 2.1.0

WARNING

Issues caused by Release 2.0.0 breaking changes continue to be logged. Please make sure to carefully read these release notes before performing a MAJOR upgrade to 2.x.

These issues both result in {"error": "invalid_client"}:

  1. The application client secret is now hashed upon save. You must copy it before it is saved. Using the hashed value will fail.

  2. PKCE_REQUIRED is now True by default. You should use PKCE with your client or set PKCE_REQUIRED=False if you are unable to fix the client.

Added

Changed

  • #1152 createapplication management command enhanced to display an auto-generated secret before it gets hashed.
  • #1172, #1159, #1158 documentation improvements.

Fixed

  • #1147 Fixed 2.0.0 implementation of hashed client secret to work with swapped models.

Release 2.0.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from django-oauth-toolkit's changelog.

[2.1.0] 2022-06-19

WARNING

Issues caused by Release 2.0.0 breaking changes continue to be logged. Please make sure to carefully read these release notes before performing a MAJOR upgrade to 2.x.

These issues both result in {"error": "invalid_client"}:

  1. The application client secret is now hashed upon save. You must copy it before it is saved. Using the hashed value will fail.

  2. PKCE_REQUIRED is now True by default. You should use PKCE with your client or set PKCE_REQUIRED=False if you are unable to fix the client.

Added

Changed

  • #1152 createapplication management command enhanced to display an auto-generated secret before it gets hashed.
  • #1172, #1159, #1158 documentation improvements.

Fixed

  • #1147 Fixed 2.0.0 implementation of hashed client secret to work with swapped models.

[2.0.0] 2022-04-24

This is a major release with BREAKING changes. Please make sure to review these changes before upgrading:

Added

Changed

  • #1129 (Breaking) Changed default value of PKCE_REQUIRED to True. This is a breaking change. Clients without PKCE enabled will fail to authenticate. This breaks with section 5 of RFC7636 in favor of the OAuth2 Security Best Practices for Authorization Code Grants. If you want to retain the pre-2.x behavior, set PKCE_REQUIRED = False in your settings.py
  • #1093 (Breaking) Changed to implement hashed client_secret values. This is a breaking change that will migrate all your existing cleartext application.client_secret values to be hashed with Django's default password hashing algorithm and can not be reversed. When adding or modifying an Application in the Admin console, you must copy the auto-generated or manually-entered client_secret before hitting Save.
  • #1108 OIDC: (Breaking) Add default configurable OIDC standard scopes that determine which claims are returned. If you've customized OIDC responses and want to retain the pre-2.x behavior, set oidc_claim_scope = None in your subclass of OAuth2Validator.
  • #1108 OIDC: Make the access_token available to get_oidc_claims when called from get_userinfo_claims.
  • #1132: Added --algorithm argument to createapplication management command

... (truncated)

Commits

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @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 dependabot bot added dependencies python Pull requests that update Python code labels Jun 24, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.1.0 branch 6 times, most recently from 71a3d16 to fff1688 Compare July 1, 2022 09:35
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.1.0 branch 5 times, most recently from 11330ff to 598132c Compare July 8, 2022 11:42
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.1.0 branch 7 times, most recently from a0d097a to 079e33c Compare July 18, 2022 09:28
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.1.0 branch 5 times, most recently from 0da80af to 7c9728e Compare July 25, 2022 08:39
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.1.0 branch 3 times, most recently from c6d04a9 to 8e5d856 Compare July 28, 2022 15:09
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.1.0 branch 4 times, most recently from 61819d6 to 6ad2528 Compare August 24, 2022 09:27
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.1.0 branch 6 times, most recently from f2b1545 to ef0ae0b Compare September 1, 2022 08:59
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.1.0 branch 7 times, most recently from 2c5e346 to 69a283b Compare September 12, 2022 08:53
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.1.0 branch 4 times, most recently from 1086695 to f82d623 Compare September 20, 2022 09:18
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.1.0 branch 5 times, most recently from 5e93d30 to 5e8df8d Compare September 28, 2022 05:41
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.1.0 branch 2 times, most recently from d3e3bbc to fce35da Compare October 4, 2022 05:50
Bumps [django-oauth-toolkit](https://github.com/jazzband/django-oauth-toolkit) from 1.7.1 to 2.1.0.
- [Release notes](https://github.com/jazzband/django-oauth-toolkit/releases)
- [Changelog](https://github.com/jazzband/django-oauth-toolkit/blob/master/CHANGELOG.md)
- [Commits](django-oauth/django-oauth-toolkit@1.7.1...2.1.0)

---
updated-dependencies:
- dependency-name: django-oauth-toolkit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 19, 2022

Superseded by #618.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant