pallets-eco / secure-cookie

Secure cookies and sessions for WSGI

Home Page:https://secure-cookie.readthedocs.io

Repository from Github https://github.compallets-eco/secure-cookieRepository from Github https://github.compallets-eco/secure-cookie

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

Links

About

Secure cookies and sessions for WSGI

https://secure-cookie.readthedocs.io

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%