diff options
| author | Wichert Akkerman <wichert@wiggy.net> | 2010-12-28 21:07:19 +0100 |
|---|---|---|
| committer | Wichert Akkerman <wichert@wiggy.net> | 2010-12-28 21:07:19 +0100 |
| commit | 17c4de891ad41c03c6e5e007f8100f02033b4555 (patch) | |
| tree | 2468ff6ca9a82d0791e88ddee7e982ffd6902de4 /CHANGES.txt | |
| parent | 43520cf4eb67cd24eaacbe8f3f42928abc469b2f (diff) | |
| download | pyramid-17c4de891ad41c03c6e5e007f8100f02033b4555.tar.gz pyramid-17c4de891ad41c03c6e5e007f8100f02033b4555.tar.bz2 pyramid-17c4de891ad41c03c6e5e007f8100f02033b4555.zip | |
When using the auth_tkt authentication plugin accept a ``tokens`` parameter in emember.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index ebf3bf4e2..2264f50e2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,9 @@ 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 |
