formatting and comments
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
//! Passwordless authentication, enrollment and secret-storage domain service.
|
||||
//!
|
||||
//! This module owns invite redemption, TOTP replay protection, recovery codes,
|
||||
//! session issuance and tenant credential encryption. Raw sessions, recovery
|
||||
//! codes and component tokens are returned only at creation time; persistent
|
||||
//! rows contain hashes or authenticated ciphertext. HTTP-specific cookie and
|
||||
//! origin policy deliberately live in `http_api`, not here.
|
||||
|
||||
use std::{fmt, sync::Arc, time::Duration};
|
||||
|
||||
use base64::{Engine, engine::general_purpose::URL_SAFE_NO_PAD};
|
||||
|
||||
Reference in New Issue
Block a user