• FastifyPluginAsync

    Fastify allows the user to extend its functionalities with plugins. A plugin can be a set of routes, a server decorator or whatever. To activate plugins, use the fastify.register() method.

    Parameters

    • instance: FastifyInstance<RawServerDefault, IncomingMessage, ServerResponse<IncomingMessage>, FastifyBaseLogger, FastifyTypeProviderDefault>
    • opts: ByuJwtProviderOptions

    Returns Promise<void>

Generated using TypeDoc