summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index a84b26ff2..938c5607a 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -28,6 +28,12 @@ Must-Have (before 1.0)
- Use a commit veto when configuring repoze.tm2 in paster templates for
non-1X, 2X, or 3X responses.
+- Make ``get_csrf_token`` call ``new_csrf_token`` (session timeout is
+ probably fine for the token).
+
+- Consider passing two callables to CallbackAuthenticationPolicy: one for
+ validating/obtaining the userid, the other for returning groups.
+
Should-Have
-----------