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

Generate-password API rate limit #311

Open
shrestsav opened this issue Nov 29, 2024 · 0 comments
Open

Generate-password API rate limit #311

shrestsav opened this issue Nov 29, 2024 · 0 comments

Comments

@shrestsav
Copy link

shrestsav commented Nov 29, 2024

REF:

.post(
'/domains/:domain_id/aliases/:alias_id/generate-password',
web.myAccount.retrieveAlias,
web.myAccount.ensureAliasAdmin,
rateLimit(50, 'generate alias password'),
web.myAccount.generateAliasPassword
);

Lets say we are going to create 100 new aliases everyday and we need to generate password for all of those aliases, how can we do that with rate limit of 50?

Next question is, is there some API we can use to clear out IMAP storage for aliases

@shrestsav shrestsav changed the title Why is there a rate limit of 50 with generate password? Generate-password API rate limit Nov 29, 2024
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

No branches or pull requests

1 participant