DutchCodingCompany / filament-socialite

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

Improve domain routing #61

Closed bert-w closed 6 months ago

bert-w commented 6 months ago

Apparently, Filament itself uses a suboptimal way to provide functionality for multiple domains (you cant cache them). So i applied the route logic the same way as they did (which is looping the domains and adding the routes, even if multiple domains cause multiple routes with the same name).

Should fix https://github.com/DutchCodingCompany/filament-socialite/issues/60