cfreeman29 / FreyrFlow-Api

The API Gateway is a web application that acts as a centralized entry point for managing and routing API requests. It provides a user-friendly interface for configuring and monitoring API endpoints, allowing administrators to easily set up and control access to various APIs.
0 stars 0 forks source link

rate limiting per api #18

Open cfreeman29 opened 2 months ago

cfreeman29 commented 2 months ago

Allow users to set limits on how many requests can be made to the API within a certain timeframe. This helps protect the API from overuse or abuse and can prevent backend services from being overwhelmed.

linear[bot] commented 2 months ago

CFR-25 rate limiting per api