Secure cookie and session interface for WSGI applications.
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
_:
.. code-block:: text
$ pip install secure-cookie
.. _virtualenv: https://virtualenv.pypa.io/en/stable/ .. _pip: https://pip.pypa.io/en/stable/