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

Modified README to reflect the use of restify instead of express. #3

Closed ScheerMT closed 9 years ago

ScheerMT commented 9 years ago

Edited readme and changed express to restify where it was needed to clear up any confusion

amrav commented 9 years ago

@ScheerMT: Thanks for this :)