summaryrefslogtreecommitdiff
path: root/docs/api/authentication.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-05-30 05:25:50 +0000
committerChris McDonough <chrism@agendaless.com>2009-05-30 05:25:50 +0000
commitfcc272631432acdbc98131ee0c2113bdfef99e40 (patch)
tree018f9c400555a2de19981770477b7ed7bba4dbf6 /docs/api/authentication.rst
parentdfc29c83390ee06afa904eee620b9d2dead2657b (diff)
downloadpyramid-fcc272631432acdbc98131ee0c2113bdfef99e40.tar.gz
pyramid-fcc272631432acdbc98131ee0c2113bdfef99e40.tar.bz2
pyramid-fcc272631432acdbc98131ee0c2113bdfef99e40.zip
- Add an AuthTktAuthenticationPolicy. This policy retrieves
credentials from an auth_tkt cookie managed by the application itself (instead of relying on an upstream data source for authentication data). See the Security API chapter of the documentation for more info. - Allow RemoteUserAuthenticationPolicy and RepozeWho1AuthenticationPolicy to accept various constructor arguments. See the Security API chapter of the documentation for more info.
Diffstat (limited to 'docs/api/authentication.rst')
-rw-r--r--docs/api/authentication.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/api/authentication.rst b/docs/api/authentication.rst
index f51eeb302..6514de510 100644
--- a/docs/api/authentication.rst
+++ b/docs/api/authentication.rst
@@ -8,7 +8,9 @@
Authentication Policies
~~~~~~~~~~~~~~~~~~~~~~~
-.. autoclass:: RepozeWho1AuthenticationPolicy
+.. autoclass:: AuthTktAuthenticationPolicy
.. autoclass:: RemoteUserAuthenticationPolicy
+.. autoclass:: RepozeWho1AuthenticationPolicy
+