docs(todo): replace bot token auth item with unified api key auth

This commit is contained in:
nav
2026-05-12 11:30:28 +00:00
parent 24cbee3135
commit 11aa538793

View File

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