https://github.com/pallets-eco/secure-cookie
Secure cookies and sessions for WSGI
https://github.com/pallets-eco/secure-cookie
cookie itsdangerous python session werkzeug wsgi
Last synced: 4 months ago
JSON representation
Secure cookies and sessions for WSGI
- Host: GitHub
- URL: https://github.com/pallets-eco/secure-cookie
- Owner: pallets-eco
- License: bsd-3-clause
- Created: 2019-01-22T14:04:02.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-12-08T19:51:08.000Z (6 months ago)
- Last Synced: 2026-01-14T06:18:28.354Z (5 months ago)
- Topics: cookie, itsdangerous, python, session, werkzeug, wsgi
- Language: Python
- Homepage: https://secure-cookie.readthedocs.io
- Size: 168 KB
- Stars: 36
- Watchers: 5
- Forks: 16
- Open Issues: 15
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.rst
Awesome Lists containing this 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/
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