amrav / restify-jwt

restify middleware that validates a JsonWebToken (JWT) and sets the req.user with the attributes
Other
83 stars 30 forks source link

Need support for Restify v4.0 #7

Closed astrotars closed 9 years ago

burakkilic commented 9 years ago

+1

maxnachlinger commented 9 years ago

Seems like all that's lacking is an NPM publish, I worked around this issue via:

npm i git+https://git@github.com:amrav/restify-jwt.git --save
astrotars commented 9 years ago

Same here. Simple NPM bump.

amrav commented 9 years ago

Bumped to v0.4.0 in 0ced9830. Thanks for the reminder!