fastify-typescript-generator
fastify-typescript-generator copied to clipboard
prehandler not working
can we add prehandler in our routes while implementing Auth if yes pls give a sample piece of code how it should be implemented,also server.decorate didnt worked thats why got this error Actually itried doing this but failed got error export default fp(async (server, opts, next) => { const verifyAuthUserService = verifyAuthUser(server, opts, next); server.decorate('verifyAuthService',{...verifyAuthUserService}); next(); }); after this i was trying to access it in prehandler it didnt worked. error.txt