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

Where do I actually see how the log in mechanism works #20

Open maskedband1t opened 8 years ago

maskedband1t commented 8 years ago

How can I, when running the server on a local host actually use the log in mechanism? Can I use this project as a rubric for my own project where I will require user authentication?