chrisreedio / socialment

Socialite OAuth Support for Filament
MIT License
73 stars 10 forks source link

✨ feat: added custom user creation logic in `SocialmentPlugin` #59

Closed chrisreedio closed 4 weeks ago

chrisreedio commented 1 month ago

Refactored user creation to use a defined closure, improving flexibility.

Can now specify a ->createUserUsing(Closure) on the plugin to provide a custom user creation implmentation.