mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 11:11:16 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user