chore(api-key): pass options to plugin config (#6843)

This commit is contained in:
Joél Solano
2025-12-18 06:46:47 +01:00
committed by GitHub
parent e973bd95be
commit ce4e2e2e89

View File

@@ -335,6 +335,7 @@ export const apiKey = (options?: ApiKeyOptions | undefined) => {
deleteAllExpiredApiKeys: routes.deleteAllExpiredApiKeys,
},
schema,
options,
} satisfies BetterAuthPlugin;
};