feat: Add HMAC-SHA256 webhook signature validation for Slack (#588)

* feat: Add HMAC-SHA256 webhook signature validation for Slack

* review fixes
This commit is contained in:
Nick Pismenkov
2026-03-05 19:27:10 -08:00
committed by GitHub
parent 2d332f12f0
commit 14de4c1b57
9 changed files with 753 additions and 28 deletions
Generated
+1
View File
@@ -2853,6 +2853,7 @@ dependencies = [
"futures",
"hex",
"hkdf",
"hmac",
"html-to-markdown-rs",
"http-body-util",
"hyper 1.8.1",