Commit Graph
2 Commits
Author SHA1 Message Date
LeoVasanko 2b21bfb98a Docs: remote satellite configuration, behavior, and design review 2026-09-20 23:46:53 +00:00
LeoVasanko 20b145d816 Make session read path store-explicit
DB.session_ctx now reads only its own tables instead of struct
convenience properties that reach the global database, so a DB instance
(a read replica) is self-contained. session_ctx/session_context/
authz.verify/build_user_info take an explicit store parameter defaulting
to the local database; api.py endpoints resolve it from the dispatched
domain (Domain.store).
2026-09-20 23:08:56 +00:00