jwt-node-express
jwt-node-express copied to clipboard
An example Node/Express application demonstrating the use of JSON Web Tokens (JWT)
Results
4
jwt-node-express issues
Sort by
recently updated
recently updated
newest added
in jwtauth.js , app is not defind line 29 ``` var decoded = jwt.decode(token, app.get('jwtTokenSecret')) ```
Unless I am misunderstanding... It appears you're teaching people to send passwords plaintext over HTTP, right off the bat. I would suggest changing the Readme to advertise the fact that...