jwt-redis-session
jwt-redis-session copied to clipboard
JSON Web Token Session Middleware
The latest version available on npm is 1.0.5, while the latest release on Github seems to be 1.0.6. Would it be possible to publish this version to npm?
Bumps [grunt](https://github.com/gruntjs/grunt) from 0.4.5 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...
Bumps [async](https://github.com/caolan/async) from 0.9.2 to 2.6.4. Release notes Sourced from async's releases. v2.3.0 Added support for ES2017 async functions. Wherever you can pass a Node-style/CPS function that uses a callback,...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [redis](https://github.com/NodeRedis/node-redis) from 2.8.0 to 3.1.1. Release notes Sourced from redis's releases. V3.1.1 Enhancements Upgrade node and dependencies (#1578) Fixes Fix a potential exponential regex in monitor mode (#1595) v3.1.0...
Very small modification, but useful for all users of IDE, as it breaks the convention of requires in node. Many IDE provides useful infos with the conventional way of doing...
just add "koa" to jwtRedisSession with `async` and `await` use like ``` var JWTRedisSession = require("jwt-redis-session"), Koa = require("koa"), redis = require("redis"); var redisClient = redis.createClient(), secret = generateSecretKeySomehow(), app...
Hi, I know this is being used internally in your company. But is there any chance there will be support for restify? If not, can you give me any clue...
Added a feature that allows you to specify how to get the token from request i.e. when you want to remove word "Bearer" from token header: `getToken: function (req, requestHeader,...