bbpf/dev/: pyramid-nacl-session-0.4.dev3 metadata and description
Encrypted sessison cookie serializer ofr Pyramid
| classifiers |
|
| license | BSD-derived (http://www.repoze.org/LICENSE.txt) |
| requires_dist |
|
Because this project isn't in the mirror_whitelist,
no releases from root/pypi are included.
| File | Tox results | History |
|---|---|---|
pyramid_nacl_session-0.4.dev3-py3-none-any.whl
|
|
Changelog
0.4 (unreleased)
Add session_factory_from_settings
Add includeme
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.