DutchCodingCompany / filament-socialite

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

Multi-tenancy support #71

Closed bramr94 closed 5 months ago

bramr94 commented 5 months ago

Solution for #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.

sitenzo commented 5 months ago

@bramr94 i will try this upomming week.