You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the reason to have a option parameter on both the constructor and getMiddleware?
In the example I see you are creating 2 objects (userBruteforce and globalBruteforce). Why you don't not centralize the configuration in one place (for example the constuctor)?
The text was updated successfully, but these errors were encountered:
What is the reason to have a option parameter on both the constructor and
getMiddleware
?In the example I see you are creating 2 objects (
userBruteforce
andglobalBruteforce
). Why you don't not centralize the configuration in one place (for example the constuctor)?The text was updated successfully, but these errors were encountered: