404labfr / laravel-auth-checker

Laravel Auth Checker allows you to log users authentication, devices authenticated from and lock intrusions.
https://marceau.casals.fr
223 stars 31 forks source link

Possibility to config what data we should save #17

Open SrPatinhas opened 4 years ago

SrPatinhas commented 4 years ago

With EU laws and all of the security and data stuff breaks and leaks, It would be nice to have the option to check if we wanted to save certain data like the IP address and any other data.

mstaack commented 4 years ago

just extend the login model and configure it in the config file. also consider removing the ip column in the published migrations file!