Support the ongoing development of Laravel.io →
Authentication Database
Last updated 1 year ago.
0

No, there doesn't seem to be an easy way to move remember_token into a separate table. It's definitely not configurable.

0

im looking for this too, so I can save remember_token with user agent, ip address etc

0

I think it could be done, you just need to create your own Authenticatable trait extending the Illuminate\Auth\Authenticatable trait, then write your own getRememberToken() and setRememberToken() method. Use your Authenticatable trait inside the User model instead of the Laravel Authenticatable trait.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.