How to enabled attempts limit lgoin error like demo filament?

How to enabled attempts limit lgoin error like demo filament
No description
7 Replies
awcodes
awcodes13mo ago
That’s part of laravel and not specific to filament. You’re looking for throttled requests.
Disouric
Disouric13mo ago
It should be enabled by default iirc
Dennis Koch
Dennis Koch13mo ago
As Disouric mentioned, Filament login is already throttled
Alnuaimi
AlnuaimiOP13mo ago
ok ,but in my project this featuer not work
awcodes
awcodes13mo ago
According to Dennis and disouric. It should already be implemented. What version of Filament are you running?
Alnuaimi
AlnuaimiOP13mo ago
No description
awcodes
awcodes13mo ago
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.

Did you find this page helpful?