mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(core): Allow enforcement of MFA usage on instance (#16556)
Co-authored-by: Marc Littlemore <marc@n8n.io> Co-authored-by: Csaba Tuncsik <csaba.tuncsik@gmail.com>
This commit is contained in:
@@ -63,6 +63,10 @@ export class LicenseState {
|
||||
return this.isLicensed('feat:oidc');
|
||||
}
|
||||
|
||||
isMFAEnforcementLicensed() {
|
||||
return this.isLicensed('feat:mfaEnforcement');
|
||||
}
|
||||
|
||||
isApiKeyScopesLicensed() {
|
||||
return this.isLicensed('feat:apiKeyScopes');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user