rappasoft / laravel-authentication-log

Log user authentication details and send new device notifications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed login not working?

ubay25 opened this issue · comments

The package mentions about failed logins but this is not being logged on the authentication_log table and email notifications aren't being sent.
Am I missing anything?

I had same problem. In my case it was that I had overridden the default fortify method for authentication.
in file app\Providers\FortifyServiceProvider.php i had in boot method:

Fortify::authenticateUsing(function (Request $request) {