Hi everyone, I want to ask is there anyway to prev...
# ory-selfhosting
w
Hi everyone, I want to ask is there anyway to prevent user login if user login failed at several times?
d
There is an open proposal to build this into Kratos, but AFAIK nothing has been built yet: https://github.com/ory/kratos/issues/3037
if you have a reverse proxy or WAF in front of Kratos, you could rate limit based on requesting IP address
w
I think proxy is good solution for me now. Thank you
1
👍 2