Skip to content

arnkorty/tough-cookie-redisstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

redis store for tough cookie, base on tough-cookie-filestore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors