stefanprodan / AspNetCoreRateLimit

ASP.NET Core rate limiting middleware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

failed login ratelimit

Mahloujian opened this issue · comments

how can I use ratelimit for failed login?
I mean, I want to create a mechanism with aspNetCoreRateLimit to count failed login's IP and block the request if Quota Exceeded.