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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
20
*#1404 Add a new setting `REFRESH_TOKEN_REUSE_PROTECTION`
21
21
### Changed
22
22
* 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
23
-
24
23
* Update middleware, validators, and views to use token checksums instead of token for token retrieval and validation.
24
+
*#1446 use generic models pk instead of id.
25
+
25
26
### Deprecated
26
27
### Removed
27
28
*#1425 Remove deprecated `RedirectURIValidator`, `WildcardSet` per #1345; `validate_logout_request` per #1274
0 commit comments