From 6fd4508b8d3a9a957f91e1254f9c95990b5cf3b4 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 19 Jan 2011 11:32:15 -0500 Subject: changelog entry for authtkt tokens feature --- CHANGES.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 7bd878fca..84b53b341 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,14 @@ Next release ============ +Features +-------- + +- The AuthTktAuthenticationPolicy now accepts a ``tokens`` parameter via + ``pyramid.security.remember``. The value must be a sequence of strings. + Tokens are placed into the auth_tkt "tokens" field and returned in the + auth_tkt cookie. + Documentation ------------- @@ -299,9 +307,6 @@ Bug Fixes Features -------- -- When using the auth_tkt authentication plugin accept a ``tokens`` parameter - in :py:func:`pyramid.security.remember`. - - If a resource implements a ``__resource_url__`` method, it will be called as the result of invoking the ``pyramid.url.resource_url`` function to generate a URL, overriding the default logic. See the new "Generating The -- cgit v1.2.3