chrisreedio / socialment

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

Login Callback #20

Closed chrisreedio closed 8 months ago

chrisreedio commented 8 months ago

Adds a login callback.

This must be configured in a service provider's boot method as the panel configuration isn't loaded on the redirect handler's routes.

See the new section of the readme, Post Login Callback, for more information.