Skip to content

security: add rate limits #52

@msimerson

Description

@msimerson

Different routes can have varying legitimate needs, make them configurable.

Examples:

  • API routes for authentication limited to X attempt(s) per second.
    • deter bruteforce attacks
  • Requests with valid auth tokens might be limited to 10/sec, etc.
    • prevent poorly written clients from creating DoS attacks

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions