m1guelpf / laravel-fastlogin

Allow your users to login with FaceID/TouchID
MIT License
983 stars 78 forks source link

Add in Dispatchable Event when a login via FastLogin happens #24

Closed fredbradley closed 2 years ago

fredbradley commented 3 years ago

So that an application developer using this package could hook into the Event and run other actions off of it, specific to the fact that they logged in with WebAuthN.

for example, an Activity Logger, where you'd want to show that a user perhaps logged in in a different way.

m1guelpf commented 2 years ago

Is the PHO version bump required by any packages?

fredbradley commented 2 years ago

No, perhaps not. But 7.2 is EOL so any new version tag could drop it. https://www.php.net/supported-versions.php (apologise, that's my philosophy, other people have different ways of moving users on)

Security Check