learn hapi — IP-Based Rate Limits (Part 1 of 7)
Security is an essential part of your API. It’s your interest to not expose any sensitive user data to the Internet. You’re already hashing the user passwords and store them in an encrypted JWT. Another step in protecting your API endpoints is to secure them against brute-force attacks. …
Continue Reading