Files
n8n-docs/docs/hosting/authentication/basic-auth.md
Deborah Barnard a2f2e42538 update links
2022-12-14 17:04:11 +00:00

423 B

description
description
Set up basic access authentication (basic auth) in n8n

Basic access authentication

You can choose to use basic auth instead of n8n's built-in user management. Activate it by setting the following environment variables:

export N8N_BASIC_AUTH_ACTIVE=true
export N8N_BASIC_AUTH_USER=<USER>
export N8N_BASIC_AUTH_PASSWORD=<PASSWORD>