diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-08-15 21:57:48 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-08-15 21:57:48 +0200 |
| commit | 58c5fefd37109fe7f27ca77a3d0896cc4b8e0470 (patch) | |
| tree | 68abd5f034da3169b7ffddbc898cea85f7d57f32 /CHANGES.txt | |
| parent | 7319ab677216063581e47a231fd70b8b55a19466 (diff) | |
| download | pyramid-58c5fefd37109fe7f27ca77a3d0896cc4b8e0470.tar.gz pyramid-58c5fefd37109fe7f27ca77a3d0896cc4b8e0470.tar.bz2 pyramid-58c5fefd37109fe7f27ca77a3d0896cc4b8e0470.zip | |
fix some rST issues
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 679f8ed4a..48efad6d4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -51,11 +51,13 @@ Features - The ``AuthTktAuthenticationPolicy`` has two new options to configure its domain usage: + * ``parent_domain``: if set the authentication cookie is set on the parent domain. This is useful if you have multiple sites sharing the same domain. * ``domain``: if provided the cookie is always set for this domain, bypassing - all usual logic. + all usual logic. + See https://github.com/Pylons/pyramid/pull/1028, https://github.com/Pylons/pyramid/pull/1072 and https://github.com/Pylons/pyramid/pull/1078. |
