diff options
| author | Chris McDonough <chrism@plope.com> | 2013-07-17 03:37:30 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-07-17 03:37:30 -0400 |
| commit | e60fcf5d6912d8f3788f2ac1c0bc0ac1f646b62d (patch) | |
| tree | cdcaea33aae06bcbce8cba5ffa35d34f3f4f60fd /CHANGES.txt | |
| parent | df3cd8dd94d8529e211d3319bb10a3ced1b3990b (diff) | |
| parent | 188aa7ee1d4cbc55d965a452d45201852b46df58 (diff) | |
| download | pyramid-e60fcf5d6912d8f3788f2ac1c0bc0ac1f646b62d.tar.gz pyramid-e60fcf5d6912d8f3788f2ac1c0bc0ac1f646b62d.tar.bz2 pyramid-e60fcf5d6912d8f3788f2ac1c0bc0ac1f646b62d.zip | |
Merge branch 'auth-parent-domain' of github.com:wichert/pyramid into wichert-auth-parent-domain
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 0dff0f047..2d8cf9ef4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -21,6 +21,10 @@ Features ``pyramid.config.Configurator.add_static_view``. This allows externally-hosted static URLs to be generated based on the current protocol. +- The ``AuthTktAuthenticationPolicy`` has a new ``parent_domain`` option to + set the authentication cookie as a wildcard cookie on the parent domain. This + is useful if you have multiple sites sharing the same domain. + - The ``AuthTktAuthenticationPolicy`` now supports IPv6 addresses when using the ``include_ip=True`` option. This is possibly incompatible with alternative ``auth_tkt`` implementations, as the specification does not |
