How Hashnode is using Rate Limits on Stellate
Rate Limits are a vital part of every API. Especially, since we operate quite a lot of public and unprotected APIs we need to rate limit them.
Implementing Rate limits based on IP addresses is fairly easy, especially with Amazon API Gateway and Amazo...
engineering.hashnode.com6 min read
Manish Mandal
FullStack developer | TypeScript
Thanks for sharing Sandro Volpicella
I have a question: for authenticated users, do you only check if the cookie/header is present or do you also verify the token?