Is your feature request related to a problem? Please describe.
To prevent some malicious user bombarding the server with requests to oblivion.
Describe the solution you'd like
Use Upstash Redis to use the rate limiter feature. Reference this guide to help you implement it.
I want each user limited to making 60 req/3600s (1 h).
Describe alternatives you've considered
None
Additional context
None
Is your feature request related to a problem? Please describe.
To prevent some malicious user bombarding the server with requests to oblivion.
Describe the solution you'd like
Use Upstash Redis to use the rate limiter feature. Reference this guide to help you implement it.
I want each user limited to making 60 req/3600s (1 h).
Describe alternatives you've considered
None
Additional context
None