Rust库,用于创建和验证webhook签名
由Tom Hacohen、svix-aaron1011、Sven Luijten、Vìncent Le Goff共同开发,以及16位贡献者。
12个#验证中的排名
13KB 259行代码(不含注释)
Standard Webhooks的Rust库
验证webhook有效载荷
use standardwebhooks::Webhook; let wh = Webhook::new(base64_secret); wh.verify(webhook_payload, webhook_headers).expect("Webhook verification failed");
~1.8–2.4MB ~46K SLoC