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.
This commit is contained in:
gpt-engineer-app[bot]
2025-11-10 21:09:37 +00:00
parent 1b765a636c
commit dc12ccbc0d

View File

@@ -48,7 +48,7 @@ verify_jwt = true
verify_jwt = true verify_jwt = true
[functions.process-selective-rejection] [functions.process-selective-rejection]
verify_jwt = false verify_jwt = true
[functions.send-escalation-notification] [functions.send-escalation-notification]
verify_jwt = true verify_jwt = true