You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/pallets/secure-cookie

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/pallets/secure-cookie

v0.0.0-20221010232747-e06d58d068f2
Source
Go
Version published
Created
Source

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/

FAQs

Package last updated on 10 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts