mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 06:51:12 -05:00
Update supabase/config.toml to set verify_jwt to true for the upload-image function. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 364fb426-1d27-49b2-a244-a34e41c335e4 Replit-Commit-Checkpoint-Type: intermediate_checkpoint
31 lines
548 B
TOML
31 lines
548 B
TOML
project_id = "ydvtmnrszybqnbcqbdcy"
|
|
|
|
[functions.create-novu-subscriber]
|
|
verify_jwt = true
|
|
|
|
[functions.update-novu-preferences]
|
|
verify_jwt = true
|
|
|
|
[functions.trigger-notification]
|
|
verify_jwt = true
|
|
|
|
[functions.novu-webhook]
|
|
verify_jwt = false
|
|
|
|
[functions.detect-location]
|
|
verify_jwt = false
|
|
|
|
[functions.upload-image]
|
|
verify_jwt = true
|
|
|
|
[functions.process-selective-approval]
|
|
verify_jwt = true
|
|
|
|
[functions.send-escalation-notification]
|
|
verify_jwt = true
|
|
|
|
[functions.cancel-email-change]
|
|
verify_jwt = true
|
|
|
|
[functions.seed-test-data]
|
|
verify_jwt = true |