summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-24 21:57:01 -0500
committerChris McDonough <chrism@plope.com>2011-01-24 21:57:01 -0500
commitcf3177ed6d6a20f6951a4008ee120c9763aa988e (patch)
treee08afad89ff892ba94fb39d1a7520b89e8cf6757 /CHANGES.txt
parent645c474e28b5214962d4d2857dc8f2bdc861e2cf (diff)
downloadpyramid-cf3177ed6d6a20f6951a4008ee120c9763aa988e.tar.gz
pyramid-cf3177ed6d6a20f6951a4008ee120c9763aa988e.tar.bz2
pyramid-cf3177ed6d6a20f6951a4008ee120c9763aa988e.zip
- A bug existed in the ``pyramid.authentication.AuthTktCookieHelper`` which
would break any usage of an AuthTktAuthenticationPolicy when an auth tkt authentication policy was configured to reissue its tokens (``reissue_time`` < ``timeout`` / ``max_age``). Symptom: ``ValueError: ('Invalid token %r', '')``. See https://github.com/Pylons/pyramid/issues#issue/108.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 4f48b2743..fa6e07012 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -25,6 +25,13 @@ Bug Fixes
consistent with other usages. See
https://github.com/Pylons/pyramid/issues#issue/106
+- A bug existed in the ``pyramid.authentication.AuthTktCookieHelper`` which
+ would break any usage of an AuthTktAuthenticationPolicy when an auth tkt
+ authentication policy was configured to reissue its tokens
+ (``reissue_time`` < ``timeout`` / ``max_age``). Symptom: ``ValueError:
+ ('Invalid token %r', '')``. See
+ https://github.com/Pylons/pyramid/issues#issue/108.
+
1.0b1 (2011-01-21)
==================