You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(webhooks): add event dispatch signatures retries and delivery logs
- Integrates: webhook event/signature/queue pipeline via app/server/src/modules/webhooks/{events.ts,signature.ts,queue.ts,emitter.ts}, worker/plugin wiring in app/server/src/plugins/webhook-queue.ts, and server bootstrap/type decorations updates.
- Security/Behavior: signs outbound payloads with timestamped HMAC headers, enforces 5s delivery timeout, records each attempt in delivery logs, and requeues failures using the configured backoff ladder while emitting events from core auth actions.
- Validation: added webhook signature, queue, and emitter coverage in app/server/test/webhook-signature.test.ts, app/server/test/webhook-queue.test.ts, and app/server/test/webhook-emitter.test.ts; runtime execution remains pending because dependencies are not installed locally.
0 commit comments