mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 08:36:44 +00:00
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:
commit
5376c76558
2 changed files with 11 additions and 11 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue