DutchCodingCompany / filament-socialite

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

Morphable authenticatables #77

Closed bert-w closed 5 months ago

bert-w commented 5 months ago

https://github.com/DutchCodingCompany/filament-socialite/pull/74 https://github.com/DutchCodingCompany/filament-socialite/issues/73

Make authentication for different models possible.

bert-w commented 5 months ago

We decided to go another direction by implementing a simpler solution that allows you to override a getUser() function.

iotron commented 5 months ago

We decided to go another direction by implementing a simpler solution that allows you to override a getUser() function.

Kindly provide some insight on how you are planning to resolve the user model. Thank you. Eagerly waiting for the bug fix as I have multiple panels and authenticable models.