mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 06:31:13 -05:00
Enable JWT verification for image upload function
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
This commit is contained in:
@@ -16,7 +16,7 @@ verify_jwt = false
|
||||
verify_jwt = false
|
||||
|
||||
[functions.upload-image]
|
||||
verify_jwt = false
|
||||
verify_jwt = true
|
||||
|
||||
[functions.process-selective-approval]
|
||||
verify_jwt = true
|
||||
|
||||
Reference in New Issue
Block a user