ProtectHook = (options?:ProtectOptions) => (request:FastifyRequest,reply:FastifyReply) =>Promise<void>
Factory function that returns a Fastify onRequest hook for protecting API routes.
| Parameter | Type |
|---|---|
options? | ProtectOptions |
(request:FastifyRequest,reply:FastifyReply):Promise<void>
| Parameter | Type |
|---|---|
request | FastifyRequest |
reply | FastifyReply |
Promise<void>