YoussefMaged
Rate Limiting Login Attempts in Filament V2 using Filament-Breezy and Tenancyforlaravel
I of course walked through Laravel Docs, so this is not quite helpful what you sent, and the JeffGreco13\FilamentBreezy login is using rate-limiting as well but whenever I reach the limit it doesn't give any descriptive message and it's not even returning a 429 code
6 replies
Prevent Modal from closing on a specific event
Hello @pboivin , it's solved now actually my bad I was trying to halt a custom create action from the default
CreateAction
, but throwing a new Halt()
was enough to do the job from within the custom action, again thanks a lot for your time and patience 🙏8 replies