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

Fix authenticate with any password #1

Closed babeard closed 9 years ago

babeard commented 9 years ago

Just noticed I could log in with any password while reading through your tutorial and sample code.

mgonto commented 9 years ago

You're right :).

Thanks!

Merging! I'm glad this was just a sample :D