diff options
| -rw-r--r-- | docs/whatsnew-1.0.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/whatsnew-1.0.rst b/docs/whatsnew-1.0.rst index 1baa1f5df..0b5d36260 100644 --- a/docs/whatsnew-1.0.rst +++ b/docs/whatsnew-1.0.rst @@ -401,6 +401,10 @@ Authentication Support Improvements Tokens are placed into the auth_tkt "tokens" field and returned in the auth_tkt cookie. +- Add ``wild_domain`` argument to AuthTktAuthenticationPolicy, which defaults + to ``True``. If it is set to ``False``, the feature of the policy which + sets a cookie with a wilcard domain will be turned off. + Documentation Improvements ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
