mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 00:03:32 +08:00
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:
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user