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

This commit is contained in:
Joél Solano
2025-12-18 13:46:47 +08:00
committed by GitHub
parent e973bd95be
commit ce4e2e2e89
@@ -335,6 +335,7 @@ export const apiKey = (options?: ApiKeyOptions | undefined) => {
deleteAllExpiredApiKeys: routes.deleteAllExpiredApiKeys,
},
schema,
options,
} satisfies BetterAuthPlugin;
};