We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Part of epic #3942
Endpoint should now have rate limits.
rate limits
No more than 5 requests every 60 seconds is allowed to /api/v1/users/sign_in from a given ip or email.
5
60
/api/v1/users/sign_in
ip
email
config/initializers/rack_attack.rb
Email
Rake::Attack Documentation ( Scroll down to "Throttling" header ) Rake::Attack file in this Codebase
The text was updated successfully, but these errors were encountered:
@7riumph I want to try on this.
Sorry, something went wrong.
@Raushan998 these issues are reserved for another dev group to work on - codethechange
No branches or pull requests
Part of epic #3942
What type of user does this affect?
How should it operate? ⚙️🛠️
Endpoint should now have
rate limits
.No more than
5
requests every60
seconds is allowed to/api/v1/users/sign_in
from a givenip
oremail
.Acceptance Criteria
ip
is throttled on the above criteria inconfig/initializers/rack_attack.rb
Email
is throttled on the above criteriaconfig/initializers/rack_attack.rb
Helpful Links
Rake::Attack Documentation ( Scroll down to "Throttling" header )
Rake::Attack file in this Codebase
The text was updated successfully, but these errors were encountered: