auth0 / express-jwt

connect/express middleware that validates a JsonWebToken (JWT) and set the req.user with the attributes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

express-jwt works in development but in production doesnot work.

JoseLuisAza opened this issue · comments

when i upload the nodejs project to the server middleware express-jwt does not redirect to my protected path and the logs of the server does show nothing. But in my local project works well. the token is arriving and is the correct token