Skip to content

prehandler not working #27

Open
Open
@a4545

Description

@a4545

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions