Filament Socialite is an awesome Laravel package that adds OAuth login through Laravel Socialite to Filament. You can publish and run the migrations with: php artisan vendor:publish --tag="filament-socialite-migrations" php artisan migrate You can publish the config file with: php artisan vendor:publish --tag="filament-socialite-config" Add the buttons component to your login page, just above the /form closing tag: You can publish the login page for vanilla Filament by running: php artisan vendor:publish --tag="filament-views"
There are a few events dispatched during the authentication process: Login: When a user successfully logs in