zibri
    Preparing search index...

    Plugin that includes everything for handling payments.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    authStrategies: AuthStrategies = []

    The auth strategies to register.

    If nothing is provided, the Zibri default jwt auth strategy will be used.

    bodyParsers: Newable<BodyParserInterface>[] = []

    The body parsers to register.

    If nothing is provided, the Zibri default parsers will be used.

    controllers: Newable<unknown>[] = []

    The controllers to register in the app.

    cronJobs: Newable<CronJob>[] = []

    The cron jobs to register in the app.

    providers: DiProvider<unknown>[] = ...

    The DI providers to register/override.

    Methods