Secure Cookie Save

Secure cookies and sessions for WSGI

Project README

WSGI Secure Cookie and Session

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

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/

Open Source Agenda is not affiliated with "Secure Cookie" Project. README Source: pallets-eco/secure-cookie
Stars
32
Open Issues
15
Last Commit
2 weeks ago
License

Open Source Agenda Badge

Open Source Agenda Rating