feat(auth): replace TOTP with phone-first login

This commit is contained in:
2026-07-28 17:39:29 +08:00
parent e7d350ec3d
commit c7f9a4e3c9
43 changed files with 18386 additions and 882 deletions

View File

@@ -10,6 +10,5 @@ public interface ITokenService
string? phone,
string? email,
AuthRealm realm,
Guid? tenantId,
bool mfaSatisfied);
Guid? tenantId);
}