Steve Piercy
2016-10-06 5286a1ef7db26f30c0f8c11ee6f96fd497ce4052
Merge pull request #2792 from stevepiercy/master

Add pyramid_nacl_session to session factories
2 files modified
12 ■■■■■ changed files
CHANGES.txt 3 ●●●●● patch | view | raw | blame | history
docs/narr/sessions.rst 9 ●●●●● patch | view | raw | blame | history
CHANGES.txt
@@ -97,6 +97,9 @@
Documentation Changes
---------------------
- Add pyramid_nacl_session to session factories.
  See https://github.com/Pylons/pyramid/issues/2791
- Update HACKING.txt from stale branch that was never merged to master.
  See https://github.com/Pylons/pyramid/pull/2782
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/