diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-01 17:05:46 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-01 17:05:46 -0500 |
| commit | 44166612ba6fcf42f20b1812c5fa79b8504aa3c4 (patch) | |
| tree | 10547994c35d62837887617d2331e36e6f72ff07 /docs/api | |
| parent | 83fa670377d797f48e5a30eaf7bf99d117520f95 (diff) | |
| download | pyramid-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')
| -rw-r--r-- | docs/api/authentication.rst | 10 |
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 + + + |
