Closed joaoribeiro-controlink closed 4 months ago
This should work. $remember
is a boolean which when being false
will just not remember the session.
If you need help with this please try a support channel:
I found the problem, the User model cannot have the HasUuids Trait, if this is added to the model the login stop working
Fortify Version
1.21.3
Laravel Version
11.11.0
PHP Version
8.2.5
Database Driver & Version
MySQL 8
Description
Fortify does not make a successful authentication if the "remember" field is not passed as true.
Steps To Reproduce
Adding this to the FortifyServiceProvider on the boot method: