File-based session factory for Pyramid framework
Project description
As you know, SignedCookieSessionFactory stores a base64-encoded pickled object in a user cookie, which can be insecure in some cases.
With this package your cookie has a md5-like string, that identifies a file which lives in a server’s directory (/tmp by default) and contains a pickled session object.
To be honest, it is a modified version of pyramid.session.BaseCookieSessionFactory with the same behavior.
Documentation: https://github.com/tark-hidden/pyramid_file_session
Changelog
0.1.1
More accuracy work with files. with open instead of open.
0.1
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pyramid_file_session-0.1.1.zip
.
File metadata
- Download URL: pyramid_file_session-0.1.1.zip
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
75d422801f604a1078917ab0f1050701939991e405511d9fcc4221fa8a3eedb6
|
|
MD5 |
982f9644a04af373dbfb6f7b107a287d
|
|
BLAKE2b-256 |
fb06ae521695ed0ff1ece3182acdc200ba64f2d8715b28ecb6e317051c32f9cf
|