This pull request includes updates to the authentication configuration documentation in docs/docs/Configuration/configuration-authentication.md. The changes focus on improving clarity and consistency in the instructions for setting environment variables.
Documentation improvements:
Added a missing line break after the command for creating a superuser.
Corrected the table formatting for authentication configuration variables.
Removed the export keyword from the commands for setting environment variables to align with the rest of the documentation. [1][2]
Added a code block for setting LANGFLOW_NEW_USER_IS_ACTIVE and included a note recommending the use of a .env file for security and maintainability.
This pull request includes updates to the authentication configuration documentation in
docs/docs/Configuration/configuration-authentication.md
. The changes focus on improving clarity and consistency in the instructions for setting environment variables.Documentation improvements:
export
keyword from the commands for setting environment variables to align with the rest of the documentation. [1] [2]LANGFLOW_NEW_USER_IS_ACTIVE
and included a note recommending the use of a.env
file for security and maintainability.