Changes between Initial Version and Version 1 of Ticket #27468, comment 11


Ignore:
Timestamp:
Jan 31, 2020, 4:44:28 AM (5 years ago)
Author:
Claude Paroz

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27468, comment 11

    initial v1  
    11Should we keep this only ticket to track all Django usage of `salted_hmac` or should we create tickets for each one:
    22 - User session auth hash (django.contrib.auth.base_user)
    3  - Password rest tokens (django.contrib.auth.tokens)
    4  - Cookie storage of messages (django.contrib.messages.storage.cookie)
     3 - Password rest tokens (django.contrib.auth.tokens) [https://github.com/django/django/pull/12374 PR]
     4 - ~~Cookie storage of messages (django.contrib.messages.storage.cookie)~~ (After #27604 is resolved, will use `Signer`)
    55 - Session hashes (django.contrib.sessions.backends.base)
    66 - Signing utility (django.core.signing)
Back to Top