diff --git a/src/index.ts b/src/index.ts index f0c1f74..6a92d8e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -566,6 +566,15 @@ export const server: Plugin = async ({ client }, options?: PluginOptions): Promi }) return { + auth: { + provider: PROVIDER_ID, + methods: [ + { + type: "api", + label: "API Key", + }, + ], + }, async config(config: Config) { config.provider ??= {} config.provider[PROVIDER_ID] ??= {