mirror of
https://github.com/tiennm99/coolify.git
synced 2026-09-12 08:18:28 +00:00
Webhook secret was stored and shown as plaintext. Use a password field, encrypt at rest (with legacy plaintext read support), and look up tokens via findByWebhookToken so encrypted values still authenticate webhooks.