summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-02-03 02:51:24 +0000
committerChris McDonough <chrism@agendaless.com>2010-02-03 02:51:24 +0000
commit5ba0636b83277c24c48e81427a176541266cd30e (patch)
tree438d0e506d4f735180fefac9bc7e271e236b0584 /docs
parentb538144a028116b3d4ed5bffa5ca30edaf32f191 (diff)
downloadpyramid-5ba0636b83277c24c48e81427a176541266cd30e.tar.gz
pyramid-5ba0636b83277c24c48e81427a176541266cd30e.tar.bz2
pyramid-5ba0636b83277c24c48e81427a176541266cd30e.zip
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).
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/security.rst2
1 files changed, 2 insertions, 0 deletions
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