Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 800 Bytes

README.rst

File metadata and controls

30 lines (20 loc) · 800 Bytes

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:

$ pip install secure-cookie