diff options
| -rw-r--r-- | CHANGES.txt | 11 |
1 files 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 |
