mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 09:11:12 -05:00
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:
@@ -45,7 +45,7 @@ verify_jwt = false
|
||||
verify_jwt = true
|
||||
|
||||
[functions.process-selective-approval]
|
||||
verify_jwt = false
|
||||
verify_jwt = true
|
||||
|
||||
[functions.process-selective-rejection]
|
||||
verify_jwt = false
|
||||
|
||||
Reference in New Issue
Block a user