Tuned Rate Limiting
The
max
property was renamed to limit
in express-rate-limit. Your exercise
code has been updated, but you'll notice the video still uses max
.π¨βπΌ Great job! Now we're pretty well protected against brute force attacks on our
app. We can further tune this rate limiting as needed in the future.
Well done ππ