feat(daemon): TOTP secret generation + base32 + otpauth URI (feature-gated)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
michael
2026-04-27 11:20:00 -07:00
parent 30e36ccf5d
commit e753a33ee4
2 changed files with 101 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ mod polkit;
mod recovery;
mod state;
mod storage;
#[cfg(feature = "totp")]
mod totp;
const BUS_NAME: &str = "io.dangerousthings.AuthForge";
const OBJECT_PATH: &str = "/io/dangerousthings/AuthForge";