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
+15-14
Original file line number
Diff line number
Diff line change
@@ -16,20 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
17
17
## [unreleased]
18
18
19
-
### Added
20
-
* Add 'code_challenge_method' parameter to authorization call in documentation
21
-
22
-
### Added
23
-
* Add 'code_verifier' parameter to token requests in documentation
24
-
25
-
### Changed
26
-
* Support Django 4.1.
27
-
28
-
### Fixed
29
-
* Remove upper version bound on Django, to allow upgrading to Django 4.1.1 bugfix release.
30
-
* Handle oauthlib errors on create token requests
31
-
32
-
## [2.1.0] 2022-06-19
19
+
## [2.2.0] 2022-10-18
33
20
34
21
### WARNING
35
22
@@ -42,6 +29,20 @@ These issues both result in `{"error": "invalid_client"}`:
42
29
43
30
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.
44
31
32
+
33
+
### Added
34
+
*#1208 Add 'code_challenge_method' parameter to authorization call in documentation
35
+
*#1182 Add 'code_verifier' parameter to token requests in documentation
36
+
37
+
### Changed
38
+
*#1203 Support Django 4.1.
39
+
40
+
### Fixed
41
+
*#1203 Remove upper version bound on Django, to allow upgrading to Django 4.1.1 bugfix release.
42
+
*#1210 Handle oauthlib errors on create token requests
43
+
44
+
## [2.1.0] 2022-06-19
45
+
45
46
### Added
46
47
*#1164 Support `prompt=login` for the OIDC Authorization Code Flow end user [Authentication Request](https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest).
0 commit comments