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

Support restify 4.x and more consistency #6

Closed AntiPaste closed 9 years ago

AntiPaste commented 9 years ago

Support restify 4.x in package.json since there are no changes that affect restify-jwt. Also more consistent usage in restify.<Error> vs. restify.errors.<Error>.

Whoaa512 commented 9 years ago

:+1:

amrav commented 9 years ago

@AntiPaste Thanks for the PR!

mramato commented 9 years ago

Are there any plans to release this to npm soon?