JSPM

tough-cookie-redisstore

0.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 873
  • Score
    100M100P100Q115216F
  • License MIT

redis store for tough-cookie

Package Exports

  • tough-cookie-redisstore

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tough-cookie-redisstore) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Redis Cookie Store

tough-cookie-redisstore is a File store for tough-cookie module, base on tough-cookie-filestore. See tough-cookie documentation for more info.

installation

$ npm install tough-cookie-redisstore

Options

path file path of cookiejar.

Usage

var RedisCookieStore = require("tough-cookie-redisstore"); var CookieJar = require("tough-cookie").CookieJar;

var jar = new CookieJar(new RedisCookieStore("username-cookie-key"));

License

MIT