jwt-node-express
jwt-node-express copied to clipboard
negative training?
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 using HTTPS, Digest, or some other handy module is left to the reader, or modify your code to do it. Otherwise, a great tutorial. Thanks!