Changes between Version 5 and Version 6 of Ticket #27468, comment 11


Ignore:
Timestamp:
Apr 29, 2020, 9:47:37 AM (4 years ago)
Author:
Mariusz Felisiak

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27468, comment 11

    v5 v6  
    11Should we keep this only ticket to track all Django usage of `salted_hmac` or should we create tickets for each one:
    2  - User session auth hash (django.contrib.auth.base_user)
     2 - ~~User session auth hash (django.contrib.auth.base_user)~~ [https://github.com/django/django/pull/12822 PR]
    33 - ~~Password rest tokens (django.contrib.auth.tokens)~~ [https://github.com/django/django/pull/12374 PR]
    44 - ~~Cookie storage of messages (django.contrib.messages.storage.cookie)~~ (After #27604 is resolved, will use `Signer`)
Back to Top