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

Replace deprecated `expiresInMinutes` with `expiresIn` #9

Closed fhemberger closed 8 years ago

fhemberger commented 8 years ago
jsonwebtoken: expiresInMinutes and expiresInSeconds is deprecated. (user-routes.js:16:14)
Use "expiresIn" expressed in seconds.
fhemberger commented 8 years ago

Can this fix be merged as well?