In the process of changing Laravel authentication Users table another table. Is remember_token necessary?
Also, would like to remove/disable remember_token.
I'm relatively new to Laravel, and I've initially used Laravel's Users table and enabled remember be. However, I am no longer using Users table and so therefore would like to disable remember_token. Which file(s) do I need to modify to make this work.
I'm currently using Laravel 7 and cannot upgrade to Laravel 8 at this point.