Provides interfaces for secure cookies and sessions in WSGI applications. Secure cookies are cryptographically signed (but not encrypted) to prevent tampering. Sessions are data associated with a given user across requests and responses.
Install in a virtualenv with pip:
$ pip install secure-cookie
- Documentation: https://secure-cookie.readthedocs.io/
- Releases: https://pypi.org/project/secure-cookie/
- Code: https://github.com/pallets/secure-cookie
- Issue tracker: https://github.com/pallets/secure-cookie/issues
- Official chat: https://discord.gg/t6rrQZH