How to enabled attempts limit lgoin error like demo filament?
How to enabled attempts limit lgoin error like demo filament
7 Replies
That’s part of laravel and not specific to filament. You’re looking for throttled requests.
It should be enabled by default iirc
As Disouric mentioned, Filament login is already throttled
ok ,but in my project this featuer not work
According to Dennis and disouric. It should already be implemented. What version of Filament are you running?
Hmm. I’m not seeing anything specific in the demo so I would assume they are right.
The demo is open source on github, so you’re free to have a look yourself.