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

Rate limiter middleware #555

Closed
4 tasks
crookse opened this issue Nov 19, 2020 · 0 comments · Fixed by #569 · May be fixed by drashland/deno-drash-middleware#126
Closed
4 tasks

Rate limiter middleware #555

crookse opened this issue Nov 19, 2020 · 0 comments · Fixed by #569 · May be fixed by drashland/deno-drash-middleware#126
Assignees

Comments

@crookse
Copy link
Member

crookse commented Nov 19, 2020

Summary

What:

Add rate limiter for app-level rate limiting. Inspiration to come from:

Why:

Adding a rate limiter middleware is a must. Even though you can apply them at web server level, not everyone has access to this in their use cases (AWS Serveless, Heroku Apps, Google Cloud Apps, etc).

Acceptance Criteria

Below is a list of tasks that must be completed before this issue can be closed.

  • Write middleware
  • Write documentation
  • Write unit tests
  • Write integration tests
@ebebbington ebebbington self-assigned this Jun 13, 2021
@ebebbington ebebbington transferred this issue from drashland/deno-drash-middleware Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants