check()) { return response()->json(['message' => __('auth.already_authenticated')], 400); } return $next($request); } }