// Manual Auth Login $user = User::find(1); Auth::login($user); //OR $user = User::where('otp',$request->otp)->first(); auth()->login($user);