diff --git a/bun.lockb b/bun.lockb index 0c6fdca..5733bff 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/supabase/config.toml b/supabase/config.toml index f8e38f1..36b7989 100644 --- a/supabase/config.toml +++ b/supabase/config.toml @@ -7,43 +7,43 @@ verify_jwt = false verify_jwt = false [functions.generate-skill-markdown] -verify_jwt = true +verify_jwt = false [functions.test-skill-dry-run] -verify_jwt = true +verify_jwt = false [functions.publish-skill-version] -verify_jwt = true +verify_jwt = false [functions.validate-telegram-bot] -verify_jwt = true +verify_jwt = false [functions.configure-telegram-webhook] -verify_jwt = true +verify_jwt = false [functions.disconnect-telegram] -verify_jwt = true +verify_jwt = false [functions.telegram-webhook] verify_jwt = false [functions.oauth-start] -verify_jwt = true +verify_jwt = false [functions.oauth-callback] verify_jwt = false [functions.refresh-integration-token] -verify_jwt = true +verify_jwt = false [functions.disconnect-integration] -verify_jwt = true +verify_jwt = false [functions.test-integration] -verify_jwt = true +verify_jwt = false [functions.parse-cronjob-natural-language] -verify_jwt = true +verify_jwt = false [functions.provision-agent] verify_jwt = false