/// Authenticated user identity derived from a valid session. #[derive(Debug, Clone)] pub struct CurrentUser { pub did: String, pub handle: Option, }