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-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
21
*#1404 Add a new setting `REFRESH_TOKEN_REUSE_PROTECTION`
22
22
### Changed
23
23
* Update token to TextField from CharField with 255 character limit and SHA-256 checksum in AbstractAccessToken model. Removing the 255 character limit enables supporting JWT tokens with additional claims
24
-
25
24
* Update middleware, validators, and views to use token checksums instead of token for token retrieval and validation.
25
+
*#1446 use generic models pk instead of id.
26
+
26
27
### Deprecated
27
28
### Removed
28
29
*#1425 Remove deprecated `RedirectURIValidator`, `WildcardSet` per #1345; `validate_logout_request` per #1274
30
+
* Remove support for Django versions below 4.2
29
31
30
32
### Fixed
31
33
*#1443 Query strings with invalid hex values now raise a SuspiciousOperation exception (in DRF extension) instead of raising a 500 ValueError: Invalid hex encoding in query string.
0 commit comments