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 #22 - now always return a quote #23

Closed kmaida closed 7 years ago

kmaida commented 7 years ago

The quoter.js can no longer attempt to return undefined at quoteArr[arrayLength] position. (0-based index vs 1-based index issue)