Documentation
    Preparing search index...

    Function verifyJwtPlugin

    • Express middleware for authenticating the JWT. Adds authentication pre-handler for routes under the specified prefix.

      Type Parameters

      • Payload extends TSchema

      Parameters

      Returns (req: Request, res: Response, next: NextFunction) => void

      • the actual middleware function for the Express instance