From 319793d9b3d127ba2a9245713ef4f01b32918e95 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 22 Dec 2010 18:27:07 -0500 Subject: - Added CSRF token generation, as described in the narrative chapter entitled "Preventing Cross-Site Request Forgery Attacks". --- TODO.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 0e8a935da..3a32322f8 100644 --- a/TODO.txt +++ b/TODO.txt @@ -18,10 +18,6 @@ Should-Have - translationdir ZCML directive use of ``path_spec`` should maybe die. -- Add CRSF token creation/checking machinery (only "should have" vs. "must - have" because I'm not sure it belongs in Pyramid.. it definitely must exist - in formgen libraries, and *might* belong in Pyramid). - - Change "Cleaning up After a Request" in the urldispatch chapter to use ``request.add_response_callback``. -- cgit v1.2.3