fastify-typescript-generator icon indicating copy to clipboard operation
fastify-typescript-generator copied to clipboard

prehandler not working

Open a4545 opened this issue 4 years ago • 0 comments

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

a4545 avatar Jul 19 '21 12:07 a4545