Project: secure-cookie

Secure cookie and session interface for WSGI applications.

Project Details

Latest version
0.2.0
Home Page
https://secure-cookie.readthedocs.io/
PyPI Page
https://pypi.org/project/secure-cookie/

Project Popularity

PageRank
0.002281336314976289
Number of downloads
81250

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/

Links

  • 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