context: ({ req }) => {
    const currentReq = req as RequestWithAuth
    const auth = currentReq.auth || null
    return { auth }
  },