chore: remove webhook auth docs that are not in 1.6 (#10027)

remove webhook auth that is not in this release
This commit is contained in:
April I. Murphy
2025-09-29 12:33:17 -07:00
committed by GitHub
parent 20051c7bc3
commit 78fe7c170d
2 changed files with 1 additions and 6 deletions

View File

@ -26,7 +26,7 @@ There are three types of credentials that you use in Langflow:
You can use Langflow API keys to interact with Langflow programmatically.
By default, most Langflow API endpoints, such as `/v1/run/$FLOW_ID`, require authentication with a Langflow API key.
To require API key authentication for flow webhook endpoints, use the [`LANGFLOW_WEBHOOK_AUTH_ENABLE`](/webhook#require-authentication-for-webhooks) environment variable.
To configure authentication for Langflow MCP servers, see [Use Langflow as an MCP server](/mcp-server).
### Langflow API key permissions

View File

@ -88,11 +88,6 @@ For the preceding example, the parsed payload would be a string like `ID: 12345
Typically, you won't manually trigger the **Webhook** component.
To learn about triggering flows with payloads from external applications, see the video tutorial [How to Use Webhooks in Langflow](https://www.youtube.com/watch?v=IC1CAtzFRE0).
## Require authentication for webhooks {#require-authentication-for-webhooks}
By default, webhooks run as the flow owner without authentication (`LANGFLOW_WEBHOOK_AUTH_ENABLE=False`).
If you want to require API key authentication for webhooks, set `LANGFLOW_WEBHOOK_AUTH_ENABLE=True`.
## Troubleshoot flows with Webhook components
Use the following information to help address common issues that can occur with the **Webhook** component.