summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-01 17:05:46 -0500
committerChris McDonough <chrism@plope.com>2011-01-01 17:05:46 -0500
commit44166612ba6fcf42f20b1812c5fa79b8504aa3c4 (patch)
tree10547994c35d62837887617d2331e36e6f72ff07 /CHANGES.txt
parent83fa670377d797f48e5a30eaf7bf99d117520f95 (diff)
downloadpyramid-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 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 19732a623..853cb1360 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -42,6 +42,10 @@ Features
same thing as that the dummy authentication policy's
``authenticated_userid`` method.
+- 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.
+
Backwards Incompatibilities
---------------------------