From fe898716a3fd61bdfc62cb3c77b67e4905731b66 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 23:41:57 +0000 Subject: [PATCH] Fix edge function authentication --- supabase/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supabase/config.toml b/supabase/config.toml index a8063642..3f16ae8f 100644 --- a/supabase/config.toml +++ b/supabase/config.toml @@ -28,7 +28,7 @@ verify_jwt = false verify_jwt = true [functions.process-selective-approval] -verify_jwt = true +verify_jwt = false [functions.send-escalation-notification] verify_jwt = true