express-limiter
express-limiter copied to clipboard
Allows it to work with undefined lookups
When I tried to use jwtPayload.email I got a TypeError: Cannot read property 'email' of undefined because I was using an unauthenticated method, so I fixed that.