Hi,
my question is simple, I use a model called UabUser that extends Authenticatable, and I use as Auth::login($user, true), to remember session. That works fine. The problem is when I redirect to next page (redirect('dashboard')), the middleware ret...