You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
17
17
## [unreleased]
18
18
19
-
## [2.0.0] unreleased
19
+
## [2.0.0] 2022-04-24
20
+
21
+
This is a major release with **BREAKING** changes. Please make sure to review these changes before upgrading:
20
22
21
23
### Added
22
24
*#1106 OIDC: Add "scopes_supported" to the [ConnectDiscoveryInfoView](https://django-oauth-toolkit.readthedocs.io/en/latest/oidc.html#connectdiscoveryinfoview).
@@ -28,8 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
30
*#1129 (**Breaking**) Changed default value of PKCE_REQUIRED to True. This is a **breaking change**. Clients without
29
31
PKCE enabled will fail to authenticate. This breaks with [section 5 of RFC7636](https://datatracker.ietf.org/doc/html/rfc7636)
30
32
in favor of the [OAuth2 Security Best Practices for Authorization Code Grants](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics#section-2.1).
31
-
If you want to retain the pre-2.x behavior, set `PKCE_REQUIRED = False ` in your settings.py
32
-
33
+
If you want to retain the pre-2.x behavior, set `PKCE_REQUIRED = False` in your settings.py
33
34
*#1093 (**Breaking**) Changed to implement [hashed](https://docs.djangoproject.com/en/stable/topics/auth/passwords/)
34
35
client_secret values. This is a **breaking change** that will migrate all your existing
35
36
cleartext `application.client_secret` values to be hashed with Django's default password hashing algorithm
@@ -43,7 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
43
44
44
45
### Fixed
45
46
*#1108 OIDC: Fix `validate_bearer_token()` to properly set `request.scopes` to the list of granted scopes.
46
-
*#1132: Fixed help text for `--skip-authorization` argument of the `createapplication` management command
47
+
*#1132: Fixed help text for `--skip-authorization` argument of the `createapplication` management command.
47
48
48
49
### Removed
49
50
*#1124 (**Breaking**, **Security**) Removes support for insecure `urn:ietf:wg:oauth:2.0:oob` and `urn:ietf:wg:oauth:2.0:oob:auto` which are replaced
0 commit comments