Hello, i need implement failed login limit counter...
# talk-kratos
d
Hello, i need implement failed login limit counter and block account after 5 tries using wrong password. I see that ory kratos currently does not have implementation of the mechanism. [https://www.ory.sh/docs/kratos/concepts/security#bruteforce-attacks] I was thinking about the implementation it using webhooks and external api service, but the webhook is not activate when login request pass fail. Does anyone have an idea how do it?