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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,15 +26,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
26
*#1311 Add option to disable client_secret hashing to allow verifying JWTs' signatures.
27
27
*#1337 Gracefully handle expired or deleted refresh tokens, in `validate_user`.
28
28
*#1350 Support Python 3.12 and Django 5.0
29
-
*#1249 Add code_challenge_methods_supported property to auto discovery informations
30
-
per [RFC 8414 section 2](https://www.rfc-editor.org/rfc/rfc8414.html#page-7)
29
+
*#1249 Add code_challenge_methods_supported property to auto discovery informations, per [RFC 8414 section 2](https://www.rfc-editor.org/rfc/rfc8414.html#page-7)
30
+
31
31
32
32
### Fixed
33
33
*#1322 Instructions in documentation on how to create a code challenge and code verifier
34
34
*#1284 Allow to logout with no id_token_hint even if the browser session already expired
35
35
*#1296 Added reverse function in migration 0006_alter_application_client_secret
36
36
*#1336 Fix encapsulation for Redirect URI scheme validation
37
37
*#1357 Move import of setting_changed signal from test to django core modules
38
+
*#1268 fix prompt=none redirects to login screen
38
39
39
40
### Removed
40
41
*#1350 Remove support for Python 3.7 and Django 2.2
0 commit comments