auth0-webhooks
Installation
SKILL.md
Auth0 Webhooks
Auth0 (by Okta) does not send classic per-event webhooks. Instead you create a Custom Log Stream (HTTP) that batches tenant log events and POSTs them to your endpoint as a JSON array of log records.
When to Use This Skill
- How do I receive Auth0 webhooks / Custom Log Stream events?
- How do I secure an Auth0 log stream HTTP endpoint?
- How do I validate the Auth0 Authorization token on incoming requests?
- How do I handle batched arrays of Auth0 log events?
- Why does Auth0 keep retrying my log stream endpoint?