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

Allow ratelimiter for more / configurable actions #530

Open
neufeind opened this issue Nov 27, 2023 · 0 comments
Open

Allow ratelimiter for more / configurable actions #530

neufeind opened this issue Nov 27, 2023 · 0 comments

Comments

@neufeind
Copy link
Contributor

I expected that the ratelimiter might kick in for various actions, possibly with a limit "per action". But looking into the NewController it is used in the createAction only. For example resendConfirmationMailAction still allows to send out multiple mails in short time.

Could we add a general limit spanning more actions, maybe a limit "per action" as to not block somebody making use of multiple actions in one journey (create, resend, confirm, ...)? Maybe even limits per action (and so the option to turn a limit off per individual action by setting it to zero) - like maybe a configuraiton per action and if not set use the default-ratelimiter?

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