iven
5eeabd1f30
feat(saas): add webhook event notification system (@unplugged)
Webhook infrastructure for external event notifications:
- SQL migration: webhook_subscriptions + webhook_deliveries tables
- Types: CreateWebhookRequest, UpdateWebhookRequest, WebhookDelivery
- Service: CRUD operations + trigger_webhooks + HMAC-SHA256 signing
- Handlers: REST API endpoints (CRUD + delivery logs)
- Worker: WebhookDeliveryWorker with exponential retry (max 3)
NOT YET INTEGRATED: needs mod registration in lib.rs + workers/mod.rs,
hmac crate dependency, and route mounting. Code is ready for future
integration after stabilization phase completes.
2026-04-03 23:01:49 +08:00
..
2026-03-29 23:27:24 +08:00
2026-03-29 19:41:03 +08:00
2026-03-30 19:46:45 +08:00
2026-03-31 11:13:16 +08:00
2026-03-31 02:58:09 +08:00
2026-03-31 10:14:49 +08:00
2026-03-31 11:13:16 +08:00
2026-04-02 19:24:44 +08:00
2026-04-01 08:38:37 +08:00
2026-04-01 08:38:37 +08:00
2026-04-01 23:59:46 +08:00
2026-04-03 15:10:13 +08:00
2026-04-02 19:24:44 +08:00
2026-04-03 13:31:58 +08:00
2026-04-03 23:01:49 +08:00