App Level
Learn how to set up app-level access control for your Flowise instances
Last updated
Learn how to set up app-level access control for your Flowise instances
Last updated
App level authorization protects your Flowise instance by username and password. This protects your apps from being accessible by anyone when deployed online.
Install Flowise
Start Flowise with username & password
Navigate to docker
folder
Create .env
file and specify the PORT
, FLOWISE_USERNAME
, and FLOWISE_PASSWORD
Pass FLOWISE_USERNAME
and FLOWISE_PASSWORD
to the docker-compose.yml
file:
docker compose up -d
You can bring the containers down by docker compose stop
To enable app level authentication, add FLOWISE_USERNAME
and FLOWISE_PASSWORD
to the .env
file in packages/server
: