diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-19 11:32:15 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-19 11:32:15 -0500 |
| commit | 6fd4508b8d3a9a957f91e1254f9c95990b5cf3b4 (patch) | |
| tree | 69abe9067e4b0e8cd2c77c7b407aecee4af6868a /CHANGES.txt | |
| parent | c46e56aa879823eb061a787356cff50a01218c5d (diff) | |
| download | pyramid-6fd4508b8d3a9a957f91e1254f9c95990b5cf3b4.tar.gz pyramid-6fd4508b8d3a9a957f91e1254f9c95990b5cf3b4.tar.bz2 pyramid-6fd4508b8d3a9a957f91e1254f9c95990b5cf3b4.zip | |
changelog entry for authtkt tokens feature
Diffstat (limited to 'CHANGES.txt')
| -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 |
