I can't seem to get `1.0.0-rc10` to work with `@fastify/auth`. I have the following code: ```ts fastify.addHook('preHandler', fastify.auth([fastify.verifyClientAuth])) fastify.zod.post( ... ) ```
I can't seem to get
1.0.0-rc10to work with@fastify/auth. I have the following code: