summaryrefslogtreecommitdiff
path: root/docs/modules/auth.form.txt
diff options
context:
space:
mode:
authorKristian Kvilekval <kris@cs.ucsb.edu>2012-10-12 11:12:05 -0700
committerKristian Kvilekval <kris@cs.ucsb.edu>2012-10-12 11:12:05 -0700
commit96fa39e91525e3efb86a6254f58e3e8c13152427 (patch)
tree9cf27da55e511aab1936eb725c77222e906f46cb /docs/modules/auth.form.txt
downloadpaste-git-96fa39e91525e3efb86a6254f58e3e8c13152427.tar.gz
allow strings and lists to be used in cookie tokens
Diffstat (limited to 'docs/modules/auth.form.txt')
-rw-r--r--docs/modules/auth.form.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/modules/auth.form.txt b/docs/modules/auth.form.txt
new file mode 100644
index 0000000..c059589
--- /dev/null
+++ b/docs/modules/auth.form.txt
@@ -0,0 +1,10 @@
+:mod:`paste.auth.form` -- HTML form/cookie authentication
+=========================================================
+
+.. automodule:: paste.auth.form
+
+Module Contents
+---------------
+
+.. autoclass:: AuthFormHandler
+.. autofunction:: make_form