AcadeDoc/apps/server/src/core/workspace
Philip Okugbe 662460252f
feat(EE): MFA implementation (#1381)
* feat(EE): MFA implementation for enterprise edition
- Add TOTP-based two-factor authentication
- Add backup codes support
- Add MFA enforcement at workspace level
- Add MFA setup and challenge UI pages
- Support MFA for login and password reset flows
- Add MFA validation for secure pages
* fix types
* remove unused object
* sync
* remove unused type
* sync
* refactor: rename MFA enabled field to is_enabled
* sync
2025-07-25 00:18:53 +01:00
..
controllers feat(EE): MFA implementation (#1381) 2025-07-25 00:18:53 +01:00
dto feat(EE): MFA implementation (#1381) 2025-07-25 00:18:53 +01:00
services feat(EE): MFA implementation (#1381) 2025-07-25 00:18:53 +01:00
workspace.constants.ts feat: cloud and ee (#805) 2025-03-06 13:38:37 +00:00
workspace.module.ts implement new invitation system 2024-05-14 22:55:11 +01:00