mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
✨ Add hash support in basic auth (#943)
This commit is contained in:
@@ -319,6 +319,12 @@ const config = convict({
|
||||
env: 'N8N_BASIC_AUTH_PASSWORD',
|
||||
doc: 'The password of the basic auth user'
|
||||
},
|
||||
hash: {
|
||||
format: 'Boolean',
|
||||
default: false,
|
||||
env: 'N8N_BASIC_AUTH_HASH',
|
||||
doc: 'If password for basic auth is hashed'
|
||||
}
|
||||
},
|
||||
jwtAuth: {
|
||||
active: {
|
||||
|
||||
Reference in New Issue
Block a user