Files
appwrite/app
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
..
2025-12-02 01:40:44 +00:00
2026-04-29 13:52:13 +02:00
2026-04-16 16:57:19 +05:30
2026-04-30 10:36:12 +03:00
2026-01-03 22:38:17 +00:00
2026-04-29 15:41:56 +03:00