rappasoft / laravel-authentication-log

Log user authentication details and send new device notifications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicates entry in authentication_log table for each login

jlsevillano opened this issue · comments

Laravel 9
laravel-authentication-log 2.0.0
PHP 8.1 & PHP 8.2

Lavarel 10
laravel-authentication-log 3.0.0
PHP 8.1 & PHP 8.2

I followed the installation guide.
It runs OK, but it duplicates the log entry when I login. Same values and sometimes the difference is 1 second..but in general duplicates the log entry.

SOLVED:
#13