Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
skip-note
  • Loading branch information
mendonk committed Jul 10, 2025
commit 278c2550f81eaeed78a84f5f699a047f6fd49cae
2 changes: 1 addition & 1 deletion docs/docs/Configuration/configuration-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ These endpoints don't require authentication, regardless of the `AUTO_LOGIN` set

If you are running a Langflow version earlier than 1.5, if `AUTO_LOGIN=true`, Langflow automatically logs users in as a superuser without requiring authentication, and API requests can be made without a Langflow API key.

If you set `SKIP_AUTH_AUTO_LOGIN=true`, authentication will be skipped entirely, and API requests will not require a Langflow API key, regardless of the `AUTO_LOGIN` setting.
If you set `SKIP_AUTH_AUTO_LOGIN=true` and `AUTO_LOGIN=true`, authentication will be skipped entirely, and API requests will not require a Langflow API key.

</details>

Expand Down
Loading