Enable JWT verification for process-selective-approval

Update supabase/config.toml to set verify_jwt = true for the process-selective-approval function, aligning platform authentication with the function’s requirements and allowing authenticated POST requests to reach the edge function.
This commit is contained in:
gpt-engineer-app[bot]
2025-11-10 20:56:18 +00:00
parent f9e6c28d06
commit 1b765a636c

View File

@@ -45,7 +45,7 @@ verify_jwt = false
verify_jwt = true verify_jwt = true
[functions.process-selective-approval] [functions.process-selective-approval]
verify_jwt = false verify_jwt = true
[functions.process-selective-rejection] [functions.process-selective-rejection]
verify_jwt = false verify_jwt = false