DutchCodingCompany / filament-socialite

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

Add registration enabled callable #80

Closed bert-w closed 4 months ago

bert-w commented 4 months ago

This PR adds the possibility for setRegistrationEnabled() to accept a closure, so developers can use their own logic to either allow or disallow registration.