laravel-authentication-log
laravel-authentication-log copied to clipboard
Log user authentication details and send new device notifications.
Spanish (Spain) language
I made some changes to the project structure so that it is possible to "extend" the use of the package model, thus making it possible to create new fields in...
In laravel 11 failed login email wont come. could you please take a look?
This is an awesome package and very useful.I created a one-video tutorial for this package. Please add it to the doc. so, it helps people. Thanks for this great package...
### Discussed in https://github.com/rappasoft/laravel-authentication-log/discussions/110 Originally posted by **rebecajuliaa9** September 23, 2024 Here's the translation of the requested text into English: The trait AuthenticationLoggable, in the authentications method, returns the user's...
If the geoip package is optional the location should default to false, otherise you must publish config and change this manually. For backwards compatibility updated this to check if geoip...
- Adjusts the tests, and adds L11 test - Adds Spanish localisation - Fixes the default value when state/country not available in the blade
remove hardcoded config entries in the service provider, so that events listed in config are automatically listening. Tested using PHP8.4 & Laravel 10.48.29
It is possible to use a custom `AuthenticationLog` by overriding the `authentications()` and `latestAuthentication()` methods from the `AuthenticationLoggable` trait, except for this listener which tries creates a new `AuthenticationLog` directly....
… different methods eg. SSO, via credentials, via FB etc,...