Disabled JWT verification in funcs

X-Lovable-Edit-ID: edt-f6c706ea-322e-4bc9-bb18-de3fbe5b8d88
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-22 22:07:08 +00:00
commit 5376c76558
2 changed files with 11 additions and 11 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -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