mirror of
https://github.com/flarum/core.git
synced 2025-01-29 20:49:14 +01:00
e37d3743ed
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.