Skip to content

Implement API rate limiting #8

Description

@iliafrenkel

If we ever going to make our API public we need to be able to protect it. I suggest implementing rate limiting on two levels:

  • Rate limit by client IP address. Allow a certain amount of requests per a certain time period. For example, 50 requests per minute.
  • Rate limit globally as primitive protection against DDOS.

This is in addition to #9.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestsome daySomething that is good to have one day

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions