summaryrefslogtreecommitdiff
path: root/docs/api/authentication.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-01 17:05:46 -0500
committerChris McDonough <chrism@plope.com>2011-01-01 17:05:46 -0500
commit44166612ba6fcf42f20b1812c5fa79b8504aa3c4 (patch)
tree10547994c35d62837887617d2331e36e6f72ff07 /docs/api/authentication.rst
parent83fa670377d797f48e5a30eaf7bf99d117520f95 (diff)
downloadpyramid-44166612ba6fcf42f20b1812c5fa79b8504aa3c4.tar.gz
pyramid-44166612ba6fcf42f20b1812c5fa79b8504aa3c4.tar.bz2
pyramid-44166612ba6fcf42f20b1812c5fa79b8504aa3c4.zip
- The class ``pyramid.authentication.AuthTktCookieHelper`` is now an API.
This class can be used by third-party authentication policy developers to help in the mechanics of authentication cookie-setting.
Diffstat (limited to 'docs/api/authentication.rst')
-rw-r--r--docs/api/authentication.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/api/authentication.rst b/docs/api/authentication.rst
index 54db77417..a6d4c1e18 100644
--- a/docs/api/authentication.rst
+++ b/docs/api/authentication.rst
@@ -3,6 +3,9 @@
:mod:`pyramid.authentication`
--------------------------------
+Authentication Policies
+~~~~~~~~~~~~~~~~~~~~~~~
+
.. automodule:: pyramid.authentication
.. autoclass:: AuthTktAuthenticationPolicy
@@ -11,3 +14,10 @@
.. autoclass:: RemoteUserAuthenticationPolicy
+Helper Classes
+~~~~~~~~~~~~~~
+
+ .. autoclass:: AuthTktCookieHelper
+
+
+