From 5ba0636b83277c24c48e81427a176541266cd30e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 3 Feb 2010 02:51:24 +0000 Subject: Bug Fixes --------- - Ensure that ``secure`` flag for AuthTktAuthenticationPolicy constructor does what it's documented to do (merge Daniel Holth's fancy-cookies-2 branch). New Features ------------ - Add ``path`` and ``http_only`` options to AuthTktAuthenticationPolicy constructor (merge Daniel Holth's fancy-cookies-2 branch). --- docs/narr/security.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/narr/security.rst b/docs/narr/security.rst index 67f6342df..5178a7c54 100644 --- a/docs/narr/security.rst +++ b/docs/narr/security.rst @@ -595,6 +595,8 @@ An example of its usage, with all attributes fully expanded: timeout="86400" reissue_time="600" max_age="31536000" + path="/" + http_only="False" /> See :ref:`authtktauthenticationpolicy_directive` for details about -- cgit v1.2.3