chrisreedio / socialment

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

Multiple Pre/Post Login Hooks/Callbacks #29

Closed chrisreedio closed 8 months ago

chrisreedio commented 8 months ago

This PR changes the pre/post login callback from a single Closure to an array of Closures.

This is a prerequisite for a plugin system.