mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-05 04:55:50 +01:00
Add flag to global config to enable/disable api keys as additional authentication method (#1606)
Add flag to global config to enable/disable API keys as additional authentication method. Fixes #1599
This commit is contained in:
@@ -41,6 +41,7 @@ describe("Test config hooks", () => {
|
||||
enableProxy: false,
|
||||
enabledUserConverter: false,
|
||||
enabledXsrfProtection: false,
|
||||
enabledApiKeys: false,
|
||||
forceBaseUrl: false,
|
||||
loginAttemptLimit: 0,
|
||||
loginAttemptLimitTimeout: 0,
|
||||
|
||||
Reference in New Issue
Block a user