feat(guild-auth): enforce unified x-api-key auth for inbound APIs

This commit is contained in:
nav
2026-05-12 11:32:25 +00:00
parent 11aa538793
commit b014767324
4 changed files with 46 additions and 1 deletions

View File

@@ -74,7 +74,7 @@
- [x] Webhook 事件信封落地event_id/event_type/occurred_at/data
- [x] HMAC 签名与重放防护
- [x] 出站重试队列(指数退避)
- [ ] API Key 入站调用鉴权(不区分 Bot/人类)
- [x] API Key 入站调用鉴权(不区分 Bot/人类)
---