In Express `app.use("/admin", auth.checkAdmin, dashboard)` if `auth.checkIn` is failed, then it won't pass to the next function. Will it be posible to do this with `goMiddlewareChain`?