//! Security example disabled - needs refactoring after client architecture changes //! //! This example referenced AuthenticationService and SecurityConfig which were removed //! when TLI was refactored to be a pure client. //! //! To re-enable: Implement client-side authentication with gRPC services fn main() { println!("Security example disabled - needs refactoring for gRPC-based auth"); }