From dc12ccbc0d9c2be7607d36a222456e98cc3e5455 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 21:09:37 +0000 Subject: [PATCH] Enable JWT for rejection function Update supabase/config.toml to set verify_jwt = true for process-selective-rejection, aligning platform authentication with function usage and allowing POST requests to reach the edge function. --- supabase/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supabase/config.toml b/supabase/config.toml index c094d369..dbba576f 100644 --- a/supabase/config.toml +++ b/supabase/config.toml @@ -48,7 +48,7 @@ verify_jwt = true verify_jwt = true [functions.process-selective-rejection] -verify_jwt = false +verify_jwt = true [functions.send-escalation-notification] verify_jwt = true