YoussefMaged
Rate Limiting Login Attempts in Filament V2 using Filament-Breezy and Tenancyforlaravel
Hey there!
I'm working on something with Filament V2 and using Filament-Breezy for the login stuff. Also, I've got tenancyforlaravel in the mix for handling different users. Here's where I'm kinda stuck: I need to put a limit on how many times someone can try logging in, you know, to keep things secure and stop those annoying brute-force attempts.
I've been digging through the Filament docs but can't seem to figure out how to do this with Filament-Breezy and the whole tenancy setup. I want to make it so a user can only try logging in so many times in a set period, and this should work for all users, no matter the tenant.
Got any ideas or know any resources that could help me out with this? Or just some tips on the best way to set this up would be awesome.
Thanks a bunch for the help!
6 replies
Prevent Modal from closing on a specific event
I have an Observer Listener design pattern where on updating event for a Model I trigger a specific logic and I want this logic to halt/prevent the Resource's editing modal from closing if it fails, I tried throwing a new Halt exception but it still closes the modal, any ideas?
8 replies
Is there a way to have the same "GlobalSearch" in Form Builder?
Is there a way to have the same "GlobalSearch" input field functionality to search existing data in the database in a Form Builder, I know there are datalists but I want to search based on so many factors and autofill that datalists won't help me with
24 replies
Tailwind is not working with some classes in my project
I have followed the installation steps here:
https://tailwindcss.com/docs/guides/laravel
And followed the steps over here too:
https://filamentphp.com/docs/2.x/forms/installation#configuring-styles
Here are some files that I'm using:
42 replies