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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user