UNPKG

@botwall/middleware

Version:

Express middleware for BotWall - protects your APIs with pay-per-crawl, signature verification, and bot analytics

2 lines (1 loc) 128 B
export declare function verifyEd25519Signature(headers: Record<string, string>, signature: string, publicKey: string): boolean;