Files
Jake Barnby 7839b3bb3f refactor(notifications): align webhook signing with per-recipient signatureKey
Drop the global _APP_NOTIFICATIONS_WEBHOOK_SECRET env var. There's no
analogous global webhook secret in Appwrite; the existing Webhooks
worker carries a per-webhook signatureKey on the webhook document.

Move the same pattern into the Notification event: each webhook
recipient may carry an optional signatureKey, which the worker
forwards to the Webhook adapter for HMAC-SHA256 signing. Recipients
without a key are delivered unsigned and a tag is logged for audit.
2026-05-01 15:51:25 +12:00
..
2022-08-01 12:22:04 +02:00
2026-02-09 20:20:44 +00:00
2026-04-15 17:49:33 +05:30
2026-02-26 18:50:29 +13:00
2024-02-24 01:06:53 +13:00
2026-04-14 10:26:59 +05:30
2026-01-11 02:49:28 +13:00
2022-08-01 12:22:04 +02:00
2022-08-01 12:22:04 +02:00