UNPKG

better-auth-fraud-detection

Version:

Real-time fraud detection plugin for Better Auth - Prevent account takeovers, bot attacks, and suspicious activities

6 lines (3 loc) 162 B
import { BetterAuthClientPlugin } from 'better-auth/client'; declare const fraudDetectionClient: () => BetterAuthClientPlugin; export { fraudDetectionClient };