Use redis cache or database derived solution to store data and calculate if a request should be processed.
Example use cases:
- username check api endpoint
- login api endpoint
- register token check
Essentially to prevent brute forcing and a single client over saturating database
Use redis cache or database derived solution to store data and calculate if a request should be processed.
Example use cases:
Essentially to prevent brute forcing and a single client over saturating database