refactor(server::{user_agent, client}): move auth part to separate function to not to pollute actor session with one-time concerns
Some checks failed
ci/woodpecker/pr/server-lint Pipeline failed
ci/woodpecker/pr/server-audit Pipeline was successful
ci/woodpecker/pr/server-vet Pipeline failed
ci/woodpecker/pr/server-test Pipeline was successful

This commit is contained in:
hdbg
2026-03-01 19:59:42 +01:00
parent 004b14a168
commit f709650bb1
18 changed files with 1176 additions and 975 deletions

View File

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