From 44166612ba6fcf42f20b1812c5fa79b8504aa3c4 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 1 Jan 2011 17:05:46 -0500 Subject: - 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. --- docs/api/authentication.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/api/authentication.rst') 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 + + + -- cgit v1.2.3