summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorBert JW Regeer <xistence@0x58.com>2020-07-05 20:45:21 -0700
committerGitHub <noreply@github.com>2020-07-05 20:45:21 -0700
commit5269b28e728a470b94f194bf8febd46278b1f356 (patch)
treea7b0f7e1f227bae84baf33240d7ea1831c894ce7 /CHANGES.rst
parent48a04855ad4f1f1ae6af934090f35a4ad035ed67 (diff)
parent5f37acda1c8af7cb288e792e2c82f728fe254818 (diff)
downloadpyramid-5269b28e728a470b94f194bf8febd46278b1f356.tar.gz
pyramid-5269b28e728a470b94f194bf8febd46278b1f356.tar.bz2
pyramid-5269b28e728a470b94f194bf8febd46278b1f356.zip
Merge pull request #3598 from merwok/feature/is_authenticated
Add Request.is_authenticated and is_authenticated predicate
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 6b6e1ebbb..753997bf4 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -22,10 +22,13 @@ Features
- ``pyramid.config.Configurator.set_security_policy``.
- ``pyramid.interfaces.ISecurityPolicy``
- ``pyramid.request.Request.authenticated_identity``.
+ - ``pyramid.request.Request.is_authenticated``
- ``pyramid.authentication.SessionAuthenticationHelper``
- ``pyramid.authorization.ACLHelper``
+ - ``is_authenticated=True/False`` predicate for route and view configs
- See https://github.com/Pylons/pyramid/pull/3465
+ See https://github.com/Pylons/pyramid/pull/3465 and
+ https://github.com/Pylons/pyramid/pull/3598
- Changed the default ``serializer`` on
``pyramid.session.SignedCookieSessionFactory`` to use