Steve Piercy
2016-10-06 bf22edc86d0f8dc9b072b974cfd5b4604688efa6
Add pyramid_nacl_session to session factories
- closes #2791
1 files modified
9 ■■■■■ changed files
docs/narr/sessions.rst 9 ●●●●● patch | view | raw | blame | history
docs/narr/sessions.rst
@@ -157,6 +157,12 @@
======================= ======= =============================
Session Factory         Backend   Description
======================= ======= =============================
pyramid_nacl_session_   PyNaCl_ Defines an encrypting,
                                pickle-based cookie
                                serializer, using PyNaCl to
                                generate the symmetric
                                encryption for the cookie
                                state.
pyramid_redis_sessions_ Redis_  Server-side session library
                                for Pyramid, using Redis for
                                storage.
@@ -165,6 +171,9 @@
                                sessioning system.
======================= ======= =============================
.. _pyramid_nacl_session: https://pypi.python.org/pypi/pyramid_nacl_session
.. _PyNaCl: https://pynacl.readthedocs.io/en/latest/secret/
.. _pyramid_redis_sessions: https://pypi.python.org/pypi/pyramid_redis_sessions
.. _Redis: http://redis.io/