UNPKG

sessitoken

Version:

Handles session or token based storing with sliding expiration

33 lines (32 loc) 556 B
{ "node": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "white": true, "maxcomplexity": 6, "globals": { "describe": true, "xdescribe": true, "before": true, "beforeEach": true, "after": true, "afterEach": true, "it": true, "xit": true } }