diff --git a/supabase/config.toml b/supabase/config.toml index ca14823..87d7933 100644 --- a/supabase/config.toml +++ b/supabase/config.toml @@ -57,7 +57,7 @@ uri = "pg-functions://postgres/public/custom_access_token_hook" [functions.openai-webhook-responses] enabled = true -verify_jwt = true +verify_jwt = false import_map = "./functions/openai-webhook-responses/deno.json" # Uncomment to specify a custom file path to the entrypoint. # Supported file extensions are: .ts, .js, .mjs, .jsx, .tsx