refactor(server::{user_agent, client}): move auth part to separate function to not to pollute actor session with one-time concerns

This commit is contained in:
hdbg
2026-03-01 19:59:42 +01:00
parent 657f47e32f
commit 54d0fe0505
18 changed files with 1176 additions and 975 deletions

View File

@@ -1,2 +1,4 @@
mod common;
#[path = "client/auth.rs"]
mod auth;