tough-cookie-filestore-plus
v0.0.2
Published
tough-cookie-filestore rewritten for fs-storage-plus
Downloads
4
Readme
tough-cookie-filestore-plus
A storage backend for tough-cookie that leverages fs-storage-plus.
Usage
import { CookieJar } from 'tough-cookie';
import EncryptedStore from 'tough-cookie-filestore-plus';
const storage = new EncryptedStore('/path/to/file');
new CookieJar(storage, { looseMode: true });