From cf3177ed6d6a20f6951a4008ee120c9763aa988e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 24 Jan 2011 21:57:01 -0500 Subject: - 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. --- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES.txt') 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) ================== -- cgit v1.2.3