mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +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:
@@ -585,6 +585,7 @@ export interface IUser extends IUserResponse {
|
||||
fullName?: string;
|
||||
createdAt?: string;
|
||||
mfaEnabled: boolean;
|
||||
mfaAuthenticated?: boolean;
|
||||
}
|
||||
|
||||
export interface IUserListAction {
|
||||
@@ -1320,7 +1321,8 @@ export type EnterpriseEditionFeatureKey =
|
||||
| 'WorkflowHistory'
|
||||
| 'WorkerView'
|
||||
| 'AdvancedPermissions'
|
||||
| 'ApiKeyScopes';
|
||||
| 'ApiKeyScopes'
|
||||
| 'EnforceMFA';
|
||||
|
||||
export type EnterpriseEditionFeatureValue = keyof Omit<FrontendSettings['enterprise'], 'projects'>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user