Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement rate limiting #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: implement rate limiting #1

wants to merge 1 commit into from

Conversation

Acel-01
Copy link
Owner

@Acel-01 Acel-01 commented Jul 5, 2023

  • made use of drf's inbuilt throttling classes
  • limit is per endpoint
  • rate limit for exposed endpoints like signup, 2 requests per minute
  • rate limit for user-only endpoints, 4 requests per minute

- made use of drf's inbuilt throttling classes
- limit is per endpoint
- rate limit for exposed endpoints like signup,
  2 requests per minute
- rate limit for user-only endpoints,
  4 requests per minute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant