auth0-blog / nodejs-jwt-authentication-sample

A NodeJS API that supports username and password authentication with JWTs
MIT License
688 stars 267 forks source link

updated user-routes.js to use expiredIn #10

Closed jwjohns closed 8 years ago

jwjohns commented 8 years ago

updated expiresInMinutes which is deprecated to expiresIn.

chenkie commented 8 years ago

Thanks for this :) just merged an older PR that addressed the issue.