laravel-authentication-log icon indicating copy to clipboard operation
laravel-authentication-log copied to clipboard

Laravel Authentication Log provides authentication logger and notification when you login from a new device.

Results 9 laravel-authentication-log issues
Sort by recently updated
recently updated
newest added

Thanks for great work. Is there any way to keep the logs even after deletion of the user record from the users table?

This PR adds the option to change the name of table with the authentication logs. I also included a `.gitattributes` file to optimize composer downloads.

When users are clearing all other devices, it doesn't appear to hit the authenitcation_log. Scratching my head as to why.

Hi there! Appreciate the work, and the solution is nice! However, we are required to track login attempts as well (and probably the most of who are looking into your...

Hello I have two databases in the project I am using, and I wanted to specify a connection for the authentication_log table, but there is no such possibility.

How do i extend the listeners, so i can edit the notifications logic and save users country too? I'm already using IPStack to get users country, and want to save...