laravel-authentication-log
laravel-authentication-log copied to clipboard
Log user authentication details and send new device notifications.
Hi, thanks for your package it works great. Before I switched branch I wanted to rollback the DB but sadly this did not work. This PR should fix this.
I am adding this pull request because I need to configure one more custom columns in authentication_log or for those who need to do something more at that time when...
Hi, It seems like line 29 in Rappasoft\LaravelAuthenticationLog\Listener\LogoutListener causes an error with SQL Server due to a double "order by login_id" statement: `$log = $user->authentications()->whereIpAddress($ip)->whereUserAgent($userAgent)->first();` The double statement is generated...
if a website is behind clouflare, `$this->request->ip()` will provide u only a clouflare ip, not the real user ip address. with `$this->request->server('HTTP_CF_CONNECTING_IP')` u are able to get the real user...
Sometimes cast value is not right to use.
Users often connect from different devices (desktop, mobile, tablet, etc.) and from different locations (home, work, etc.). If we send notifications to users more than a minute old, we will...
Hi There. Thanks for this package, we've just started using it. I saw it was missing PHPDoc blocks for the properties on the model. I like to let me IDE...
Added pt_BR Lang
### Discussed in https://github.com/rappasoft/laravel-authentication-log/discussions/76 Originally posted by **dineshuprety** February 26, 2023 I am using Rappasoft for API, and when hitting the route, it is not storing the details in the...
Hello, Laravel 10 composer gives these errors: ``` - rappasoft/laravel-authentication-log v2.0.0 requires illuminate/contracts ^9.0 -> satisfiable by illuminate/contracts[v9.0.0, ..., v9.52.0]. - Root composer.json requires lab404/laravel-impersonate ^1.7 -> satisfiable by lab404/laravel-impersonate[1.7.0,...