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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
## [unreleased]
18
18
### Added
19
19
* Add migration to include `token_checksum` field in AbstractAccessToken model.
20
+
* Added compatibility with LoginRequiredMiddleware introduced in Django 5.1
20
21
*#1404 Add a new setting `REFRESH_TOKEN_REUSE_PROTECTION`
21
22
### Changed
22
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
0 commit comments