issues
search
tsahil01
/
ai-subtitles-generator
A Saas application which generates transcription & subtitles in multiple language.
0
stars
0
forks
source link
Add Rate Limiting to API Endpoints
#9
Open
tsahil01
opened
2 weeks ago
tsahil01
commented
2 weeks ago
Description:
Prevent abuse by limiting requests to specific endpoints.
Tasks:
[ ] Use a rate-limiting middleware, like
express-rate-limit
, to protect routes.
[ ] Apply the rate limiter on sensitive routes, such as
/api/uploadVideo
and
/api/payment
.
[ ] Configure rate limits based on user roles.
[ ] Test that rate limiting works as expected.
express-rate-limit
, to protect routes./api/uploadVideo
and/api/payment
.