Skip to content

Commit 037a8a8

Browse files
fazeelghafoorn2ygk
andauthored
Update CHANGELOG.md
Co-authored-by: Alan Crosswell <[email protected]>
1 parent 85667ec commit 037a8a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
* Add TokenChecksumField to compute and store SHA-256 checksums for tokens in AbstractAccessToken model.
2020
* Add migration to include `token_checksum` field in AbstractAccessToken model.
2121
### Changed
22-
* Update token to TextField from CharField with 255 character limit in AbstractAccessToken model.
22+
* Update token to TextField from CharField with 255 character limit in AbstractAccessToken model. Removing the 255 character limit enables supporting JWT tokens with additional claims
23+
2324
* Update middleware, validators, and views to use token checksums instead of token for token retrieval and validation.
2425
### Deprecated
2526
### Removed

0 commit comments

Comments
 (0)