All Projects → expo → Tough Cookie Web Storage Store

expo / Tough Cookie Web Storage Store

Licence: mit
A cookie store for the tough-cookie library based on Web Storage APIs (localStorage and sessionStorage)

Programming Languages

javascript
184084 projects - #8 most used programming language

WebStorageCookieStore

A cookie store for the tough-cookie library based on Web Storage APIs (localStorage and sessionStorage)

Usage

import { CookieJar } from 'tough-cookie';
import WebStorageCookieStore from 'tough-cookie-web-storage-store';

let store = new WebStorageCookieStore(localStorage);
let cookieJar = new CookieJar(store);
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].