I'm working on one project, where I have to make "Remember Me" on authentication, but I have one problem. The company uses "users" table for users, and "login" table for remember token, IP address and login date.
I have found that if I want to have "Remember Me" on authentication, I have "remember_token" in my "users" table. But can I have the "remember_token" in another table and connect it by some relations?