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