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
This commit is contained in:
pac7
2025-10-08 12:28:25 +00:00
parent 9f93c3a4b9
commit ce91c387bc

View File

@@ -16,7 +16,7 @@ verify_jwt = false
verify_jwt = false verify_jwt = false
[functions.upload-image] [functions.upload-image]
verify_jwt = false verify_jwt = true
[functions.process-selective-approval] [functions.process-selective-approval]
verify_jwt = true verify_jwt = true