UNPKG

better-auth-abuse-detection

Version:

AI-powered abuse detection plugin for Better Auth - Detect and prevent account takeover attempts

13 lines (12 loc) 230 B
// src/client.ts function abuseDetectionClient() { return { id: "abuse-detection", $InferServerPlugin: {} }; } var client_default = abuseDetectionClient; export { abuseDetectionClient, client_default as default };