pyramid-nacl-session 1.0.0

Creator: bradpython12

Last updated:

0 purchases

pyramid-nacl-session 1.0.0 Image
pyramid-nacl-session 1.0.0 Images
Add to Cart

Description:

pyramidnaclsession 1.0.0

pyramid_nacl_session: Encrypting Pyramid Session Cookies


This Pyramid add-on defines an encrypting, pickle-based cookie serializer,
using PyNaCl [1] to generate the symmetric encryption for the cookie state.
[1] https://pynacl.readthedocs.io/en/latest/secret/
See: docs/index.rst for the documentation.

Note
Initial development of this library was sponsored by ZeOmega Inc.



Changelog

1.0.0 (2020-08-17)

Add session_factory_from_settings and includeme.
See https://github.com/Pylons/pyramid_nacl_session/pull/11
Support the samesite option and default to Lax.
See https://github.com/Pylons/pyramid_nacl_session/pull/14
Drop Python 2.6, 3.3, and 3.4 support.
Add Python 3.6, 3.7 and 3.8 support.



0.3 (2016-02-16)

Drop Python 3.2 support.
Drop the trailing padding (=) from base64 content.
See https://github.com/Pylons/pyramid_nacl_session/pull/7
Add the EncryptedCookieSessionFactory as the primary API for using
an encrypted session.
See https://github.com/Pylons/pyramid_nacl_session/pull/6



0.2 (2015-11-23)

Split the EncryptingPickleSerializer into EncryptedSerializer
with a default dependency on pyramid.session.PickleSerializer allowing
alternative serializers to be used with the encryption interface.
See https://github.com/Pylons/pyramid_nacl_session/pull/4



0.1 (2015-11-23)

Initial release.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.