mirror of
https://github.com/flarum/framework.git
synced 2025-03-09 03:35:41 +08:00

Laravel’s remember_token is tied to the session/cookies, which we don’t need as the API is stateless. It makes much more sense to use our own token mechanism.