mirror of
https://github.com/usestrix/strix.git
synced 2026-08-16 01:16:40 +02:00
fix: restore viewer-auth.json path in auth module docstring
This commit is contained in:
@@ -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
|
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.
|
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
|
flag that unlocks browsing the run history list; the relay still enforces token
|
||||||
expiry when a report is actually sent.
|
expiry when a report is actually sent.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user