Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不想使用 Twilio Auth Token 来验证来自 twilo 的传入 webhook 请求,而是想使用 API key - API Key Secret 组合来验证请求。我无法在 twilio lib 中找到选项
我遇到了这个,看到它没有回答。Twilio 员工在这里。
不幸的是,这是不可能的。所有传出的 webhook 都使用您帐户的 PRIMARY 身份验证令牌进行签名。
因此,目前无法使用辅助令牌或 API 密钥验证这些请求。