Good GMT morning, feel free to RTFM but where shou...
# talk-kratos
p
Good GMT morning, feel free to RTFM but where should I look to implement a maximum number of login attempts? Would that be builtin within kratos, or a hook that looks up my own datastore, or entirely upstream in my application?
Looks like this was asked and partially answered before https://ory-community.slack.com/archives/C010F7Z4XM1/p1655532490496469
This thread is very much about protecting against sending too may emails. Before that, I have a requirement to limit the number of login attempts, and lock the account when reached. Seems like a basic requirement, but doesn't seem to be built in so maybe not?
b
Hi Franck, Ory Kratos currently does not support rate limiting login attempts. Contributions are definitely welcome, though.