From 589bade39a0d5cdd6fb459cf43f383f3411b24f2 Mon Sep 17 00:00:00 2001 From: Ahmed Allam Date: Sun, 26 Jul 2026 20:08:53 +0000 Subject: [PATCH] fix: restore viewer-auth.json path in auth module docstring --- strix/interface/viewer/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strix/interface/viewer/auth.py b/strix/interface/viewer/auth.py index a330ed25..0f63ed8c 100644 --- a/strix/interface/viewer/auth.py +++ b/strix/interface/viewer/auth.py @@ -4,7 +4,7 @@ The local viewer proxies email verification and encrypted-report delivery to the Strix relay (``STRIX_APP_URL``). The browser never talks to the relay directly, and the report password generated locally is never sent to it. -State lives in ``~/.strix/interface/viewer-auth.json`` (0600). ``is_verified`` is a local +State lives in ``~/.strix/viewer-auth.json`` (0600). ``is_verified`` is a local flag that unlocks browsing the run history list; the relay still enforces token expiry when a report is actually sent. """