laravel-auth-checker icon indicating copy to clipboard operation
laravel-auth-checker copied to clipboard

Possibility to config what data we should save

Open SrPatinhas opened this issue 5 years ago • 1 comments

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.

SrPatinhas avatar Jan 06 '20 16:01 SrPatinhas

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

mstaack avatar Mar 11 '20 17:03 mstaack