DutchCodingCompany / filament-socialite

Add OAuth login through Laravel Socialite to Filament.
MIT License
141 stars 36 forks source link

Multi-tenancy support #76

Closed bramr94 closed 4 months ago

bramr94 commented 5 months ago

Solution for https://github.com/DutchCodingCompany/filament-socialite/issues/68.

When a panel has multi-tenancy set up, the user will be redirected to their default panel. You can change this behaviour by using the setRedirectTenantCallback function.