expo / tough-cookie-web-storage-store

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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);

About

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

License:MIT License


Languages

Language:JavaScript 100.0%