mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
612 B
612 B
| description |
|---|
| Authenticate n8n users |
Authentication
n8n has built-in user management. This is the recommended user authentication and management solution for most scenarios.
This section includes guidance on setting up the following authentication methods:
- Built-in self-hosted user management
- Basic auth
- JWT
For usage guidance on user management, refer to User management.
For LDAP setup information, refer to LDAP.