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-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,22 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
## [unreleased]
18
18
19
19
### Changed
20
-
*#1211 documentation improvements.
20
+
*#1211 documentation improve on 'AUTHORIZATION_CODE_EXPIRE_SECONDS'.
21
21
22
-
### Added
23
-
* Add 'code_challenge_method' parameter to authorization call in documentation
24
-
25
-
### Added
26
-
* Add 'code_verifier' parameter to token requests in documentation
27
-
28
-
### Changed
29
-
* Support Django 4.1.
30
-
31
-
### Fixed
32
-
* Remove upper version bound on Django, to allow upgrading to Django 4.1.1 bugfix release.
33
-
* Handle oauthlib errors on create token requests
34
-
35
-
## [2.1.0] 2022-06-19
22
+
## [2.2.0] 2022-10-18
36
23
37
24
### WARNING
38
25
@@ -45,6 +32,19 @@ These issues both result in `{"error": "invalid_client"}`:
45
32
46
33
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.
47
34
35
+
### Added
36
+
*#1208 Add 'code_challenge_method' parameter to authorization call in documentation
37
+
*#1182 Add 'code_verifier' parameter to token requests in documentation
38
+
39
+
### Changed
40
+
*#1203 Support Django 4.1.
41
+
42
+
### Fixed
43
+
*#1203 Remove upper version bound on Django, to allow upgrading to Django 4.1.1 bugfix release.
44
+
*#1210 Handle oauthlib errors on create token requests
45
+
46
+
## [2.1.0] 2022-06-19
47
+
48
48
### Added
49
49
*#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