pub fn load_local_raw<P: AsRef<Path>>(repo_path: P) -> AuthStoreExpand description
Read a local (per-repo) store. Returns empty if the repo has no
.torii/auth.toml. Never falls back to global — that’s the
merge step’s job (resolve_token).
pub fn load_local_raw<P: AsRef<Path>>(repo_path: P) -> AuthStoreRead a local (per-repo) store. Returns empty if the repo has no
.torii/auth.toml. Never falls back to global — that’s the
merge step’s job (resolve_token).