Changes between Version 7 and Version 8 of Signing


Ignore:
Timestamp:
Aug 20, 2012, 5:05:05 PM (12 years ago)
Author:
Andrew Badr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Signing

    v7 v8  
    11= Signing and Signed Cookies =
     2
     3''
     4'''Note:''' signing facilities were introduced in Django 1.4: https://docs.djangoproject.com/en/dev/releases/1.4/#tools-for-cryptographic-signing.
     5The discussion below is kept here for historical reasons.
     6''
    27
    38Proposal for 1.2: Django core should include low-level code for signing and verifying signatures on arbitrary bytestrings. This should be used to support a new higher level signed cookie feature.
Back to Top