All Projects → pallets → secure-cookie

pallets / secure-cookie

Licence: BSD-3-Clause license
Secure cookies and sessions for WSGI

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to secure-cookie

CSRF-tutorial
Use Django To Introduce CSRF and Cookies , Session 📝
Stars: ✭ 49 (+63.33%)
Mutual labels:  cookie, session
ocaml-cookie
Working with cookies in OCaml and Reason
Stars: ✭ 31 (+3.33%)
Mutual labels:  cookie, session
Werkzeug
The comprehensive WSGI web application library.
Stars: ✭ 5,910 (+19600%)
Mutual labels:  wsgi, werkzeug
session
Aplus Framework Session Library
Stars: ✭ 170 (+466.67%)
Mutual labels:  cookie, session
nestjs-cookie-session
Idiomatic Cookie Session Module for NestJS. Built on top of `cookie-session` 😻
Stars: ✭ 35 (+16.67%)
Mutual labels:  cookie, session
Cookie Session
Simple cookie-based session middleware
Stars: ✭ 928 (+2993.33%)
Mutual labels:  cookie, session
Flask
The Python micro framework for building web applications.
Stars: ✭ 57,408 (+191260%)
Mutual labels:  wsgi, werkzeug
PHP-Session
PHP library for handling sessions.
Stars: ✭ 54 (+80%)
Mutual labels:  cookie, session
laravel-localizer
Automatically detect and set an app locale that matches your visitor's preference.
Stars: ✭ 34 (+13.33%)
Mutual labels:  cookie, session
Silhouette
Silhouette is a framework agnostic authentication library for Scala that supports several authentication methods, including OAuth2, OpenID Connect, Credentials, Basic Authentication or custom authentication schemes.
Stars: ✭ 18 (-40%)
Mutual labels:  cookie, session
Session
A session handler for PHP and Slim 4+
Stars: ✭ 33 (+10%)
Mutual labels:  cookie, session
minicrawler
Multiplexing web client supporting HTTP/2 and WHATWG URL compliant parser written in C
Stars: ✭ 21 (-30%)
Mutual labels:  cookie
hexo-douban-card
在hexo文章中插入豆瓣读书,豆瓣电影,豆瓣音乐组件
Stars: ✭ 56 (+86.67%)
Mutual labels:  cookie
mUtils
JavaScript常用方法
Stars: ✭ 59 (+96.67%)
Mutual labels:  cookie
lightcookie
Node cookie parsing and serialization
Stars: ✭ 22 (-26.67%)
Mutual labels:  cookie
cookie-editor
A powerful browser extension to create, edit and delete cookies
Stars: ✭ 245 (+716.67%)
Mutual labels:  cookie
Cookie-Clicker-Source-Code
Cookie Clicker source code for... educational purposes...
Stars: ✭ 74 (+146.67%)
Mutual labels:  cookie
mst-persist
Persist and hydrate MobX-state-tree stores (in < 100 LoC)
Stars: ✭ 75 (+150%)
Mutual labels:  session
flask-redis-docker
A minimal template for dockerized flask app with redis task queue
Stars: ✭ 49 (+63.33%)
Mutual labels:  wsgi
restio
HTTP Client for Dart inspired by OkHttp
Stars: ✭ 46 (+53.33%)
Mutual labels:  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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].