Disable JWT verification for openai-webhook-responses function
Deploy Function / deploy (push) Successful in 1m26s
Deploy Migrations to Production / deploy (push) Successful in 10s

This commit is contained in:
2026-03-10 09:27:51 -06:00
parent 2ff1a5e8a9
commit 347f932a21
+1 -1
View File
@@ -57,7 +57,7 @@ uri = "pg-functions://postgres/public/custom_access_token_hook"
[functions.openai-webhook-responses] [functions.openai-webhook-responses]
enabled = true enabled = true
verify_jwt = true verify_jwt = false
import_map = "./functions/openai-webhook-responses/deno.json" import_map = "./functions/openai-webhook-responses/deno.json"
# Uncomment to specify a custom file path to the entrypoint. # Uncomment to specify a custom file path to the entrypoint.
# Supported file extensions are: .ts, .js, .mjs, .jsx, .tsx # Supported file extensions are: .ts, .js, .mjs, .jsx, .tsx