chrisreedio / socialment

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

Prelogin Hook and Aborted Login Exceptions #23

Closed chrisreedio closed 8 months ago

chrisreedio commented 8 months ago

This allows a developer to hook the login process before the user is actually logged in so they can perform any final auth checks.

If the user should not be authenticated, throw a AbortedLoginException.

chrisreedio commented 8 months ago

11 Should be fixed upon the next tagged release.