feat(guild-events): add HMAC-signed webhook delivery and replay guards

This commit is contained in:
nav
2026-05-12 11:26:21 +00:00
parent 37ec670280
commit 7e458ad6d3
2 changed files with 36 additions and 3 deletions

View File

@@ -72,7 +72,7 @@
## 4. 插件与扩展面(为 OpenclawPlugin 准备)
- [x] Webhook 事件信封落地event_id/event_type/occurred_at/data
- [ ] HMAC 签名与重放防护
- [x] HMAC 签名与重放防护
- [ ] 出站重试队列(指数退避)
- [ ] Bot Token 入站调用鉴权