Skip to content

FE-01: Implement API Rate Limiting #4

@jpdevhub

Description

@jpdevhub

To prevent abuse and manage costs (especially for the Hugging Face Space and Supabase), we need to implement rate limiting on the core API endpoints

Tasks:

Add slowapi or FastAPI's built-in rate limiter middleware.
Configure limits (e.g., 20 scans per minute per user).
Ensure appropriate 429 Too Many Requests responses are sent to the frontend.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions