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

Fix deprecated expiresInMinutes #15

Closed juukie closed 8 years ago

juukie commented 8 years ago

expiresInMinutes en expiresInSeconds have been deprecated in favor of expiresIn. expiresIn: expressed in seconds or an string describing a time span rauchg/ms. Eg: 60, "2 days", "10h", "7d"

juukie commented 8 years ago

Nevermind, same as #10 :P