Browse/Discord/Verify Interaction Signature
Verify Interaction Signature
Discord
$19 · Pro
Verify a Discord interaction request's Ed25519 signature.
webhook-handler.ts
const isVerified = nacl.sign.detached.verify(Buffer.from(timestamp + rawBody), Buffer.from(signature, "hex"), Buffer.from(DISCORD_PUBLIC_KEY, "hex"));
Unlock the full snippet
This is a Pro snippet — get all-access for $19, or unlock just this one snippet for $1.
Verify Interaction Signature — Discord Example (TypeScript, Node, Python, Go, PHP, Ruby) | apiexamples