Is there a way to limit the number of failed log i...
# ory-network
f
Is there a way to limit the number of failed log in attempts (e.g. invalid password)? There doesn’t seem to be a hook where we could implement this ourselves.
Deleted msg.
Bumping this since it may have been lost in the shuffle. Our current system has this feature, and we often get asked about it on security questionnaires. Also, does the POST /self-service/login route have rate-limiting set up? I guess that may be sufficient if we can’t implement a lock out feature.
f
There is a rate limiter + automatic captchas, and we will add more protections against account takeover and enumeration in the coming months. Def a high-prio topic for us!
f
Excellent. Thank you!