Disable JWT verification for openai-webhook-responses function
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user