From ce91c387bcd3dfa86001f2022348940ce69d4263 Mon Sep 17 00:00:00 2001 From: pac7 <47831526-pac7@users.noreply.replit.com> Date: Wed, 8 Oct 2025 12:28:25 +0000 Subject: [PATCH] Enable JWT verification for image upload function Update supabase/config.toml to set verify_jwt to true for the upload-image function. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 364fb426-1d27-49b2-a244-a34e41c335e4 Replit-Commit-Checkpoint-Type: intermediate_checkpoint --- supabase/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supabase/config.toml b/supabase/config.toml index 315d5bbe..43606150 100644 --- a/supabase/config.toml +++ b/supabase/config.toml @@ -16,7 +16,7 @@ verify_jwt = false verify_jwt = false [functions.upload-image] -verify_jwt = false +verify_jwt = true [functions.process-selective-approval] verify_jwt = true