mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Refs #27468 -- Made user sessions use SHA-256 algorithm.
This commit is contained in:
parent
5869afe32b
commit
54646a423b
7 changed files with 57 additions and 4 deletions
|
@ -98,6 +98,10 @@ Minor features
|
|||
* The password reset mechanism now uses the SHA-256 hashing algorithm. Support
|
||||
for tokens that use the old hashing algorithm remains until Django 4.0.
|
||||
|
||||
* :meth:`.AbstractBaseUser.get_session_auth_hash` now uses the SHA-256 hashing
|
||||
algorithm. Support for user sessions that use the old hashing algorithm
|
||||
remains until Django 4.0.
|
||||
|
||||
:mod:`django.contrib.contenttypes`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue