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 limiting on pass reset #101

Open
tkaraivanov opened this issue Feb 27, 2019 · 0 comments
Open

Rate limiting on pass reset #101

tkaraivanov opened this issue Feb 27, 2019 · 0 comments
Assignees
Labels

Comments

@tkaraivanov
Copy link
Contributor

Users can request a new email to be sent no less than X seconds after the last request.
Initially X = 0. Submitting the a request increases it by 60 for 1 hour.
So the second request would be after 2 minutes, third after 3, etc. But the time increase expires in 1 hour.

We need a timer on the pass reset frontend showing how long until they can request again. However, this needs to be validated on the backend as well.

@bkawk bkawk added Top Priority Immediately After Launch and removed backlog labels Apr 18, 2019
@tkaraivanov tkaraivanov added backlog and removed Top Priority Immediately After Launch labels May 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants