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
awcodes15mo 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
SIlentTechOP15mo ago
Is it using a laravel passport? Or any auth
Dennis Koch
Dennis Koch15mo ago
Check the Login component. It’s a default Laravel auth with rate limiting

Did you find this page helpful?