sails-hook-jwt-auth icon indicating copy to clipboard operation
sails-hook-jwt-auth copied to clipboard

Update jsonwebtoken

Open aklinkert opened this issue 9 years ago • 2 comments

Installing the package throws following warning:

$ npm install --save sails-hook-jwt-auth
npm WARN deprecated [email protected]: Critical vulnerability fix in v5.0.0. See https://auth0.com/blog/2015/03/31/critical-vulnerabilities-in-json-web-token-libraries/
npm WARN deprecated [email protected]: Security update: Versions below 3.0.0 are deprecated.

aklinkert avatar Oct 18 '15 19:10 aklinkert

@apinnecke I've been swamped with work, and could not keep track with the changes regarding this repo, feel free to fork it, and send a PR updating jsonwebtoken version.

I'll try to find some time this week to do that, and also add unit tests to cover at least these routes:

'post /login' : 'AuthController.login',
'post /signup' : 'AuthController.signup',
'get /activate/:token' : 'AuthController.activate'

saviogl avatar Oct 19 '15 19:10 saviogl

requireaccountactivation error

sathish2k avatar Sep 02 '16 03:09 sathish2k