diff options
| author | Wichert Akkerman <wichert@wiggy.net> | 2013-06-03 23:10:08 +0200 |
|---|---|---|
| committer | Wichert Akkerman <wichert@wiggy.net> | 2013-06-03 23:10:08 +0200 |
| commit | 188aa7ee1d4cbc55d965a452d45201852b46df58 (patch) | |
| tree | 4584d477682d13213f748acd1564518188ee0f39 /CHANGES.txt | |
| parent | 92f0934ee4259a9b5d0f2c58228067103855be40 (diff) | |
| download | pyramid-188aa7ee1d4cbc55d965a452d45201852b46df58.tar.gz pyramid-188aa7ee1d4cbc55d965a452d45201852b46df58.tar.bz2 pyramid-188aa7ee1d4cbc55d965a452d45201852b46df58.zip | |
Add a parent_domain option for auth_tkt policy
This change adds a new ``parent_domain`` option to
``AuthTktAuthenticationPolicy`` which sets the authentication cookie as
a wildcard cookie on the parent domain. This
is useful if you have multiple sites sharing the same 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 a471addce..5153e056e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -15,6 +15,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 |
