feat(enterprise): add TOTP MFA with enrollment, verification, and recovery codes

This commit is contained in:
SnapOtter
2026-06-13 22:49:00 +08:00
parent a1b5c6d2c3
commit 1787be35fe
5 changed files with 672 additions and 0 deletions
+1
View File
@@ -122,6 +122,7 @@ export default defineConfig({
sharp: path.join(apiNodeModules, "sharp"),
ioredis: path.join(apiNodeModules, "ioredis"),
bullmq: path.join(apiNodeModules, "bullmq"),
otpauth: path.join(apiNodeModules, "otpauth"),
"openid-client": path.join(apiNodeModules, "openid-client"),
"opentype.js": path.join(apiNodeModules, "opentype.js"),
"posthog-node": path.join(apiNodeModules, "posthog-node"),