Changes between Version 1 and Version 2 of Ticket #27468, comment 11
- Timestamp:
- Feb 12, 2020, 3:58:36 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27468, comment 11
v1 v2 1 1 Should we keep this only ticket to track all Django usage of `salted_hmac` or should we create tickets for each one: 2 2 - User session auth hash (django.contrib.auth.base_user) 3 - Password rest tokens (django.contrib.auth.tokens)[https://github.com/django/django/pull/12374 PR]3 - ~~Password rest tokens (django.contrib.auth.tokens)~~ [https://github.com/django/django/pull/12374 PR] 4 4 - ~~Cookie storage of messages (django.contrib.messages.storage.cookie)~~ (After #27604 is resolved, will use `Signer`) 5 5 - Session hashes (django.contrib.sessions.backends.base)