feat: 🎸 add totp encryption

This commit is contained in:
Jin
2025-03-28 01:53:53 +01:00
parent 04cbe9d3d1
commit 18a417addd
2 changed files with 89 additions and 0 deletions

View File

@@ -51,6 +51,9 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi
// Multi-Factor Authentication
mfaEnabled: boolean;
mfaMethod: string;
totpEncryptionSalt: string;
totpEncryptedSecret: string;
totpVerificationHash: string;
encryptedRecoveryCodes: boolean;
userSubjectIdentifierSaved: boolean;
recoveryCodeInitialVector: string;