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

Return 401 when token is expired #26

Open kmaida opened 7 years ago

kmaida commented 7 years ago

Server should return a 401 when the token is expired, requiring user to log in again.