Filament Admin Panel Auth

Just question what is the authentication type of the admin panel? And how can we enhance its security to avoid hacking.
3 Replies
awcodes
awcodes8mo ago
What hacking problems are you anticipating? It all defaults to laravels guards so it’s as secure as laravel or your custom implementation.
SIlentTech
SIlentTech8mo ago
Is it using a laravel passport? Or any auth
Dennis Koch
Dennis Koch8mo ago
Check the Login component. It’s a default Laravel auth with rate limiting