Feat: core rpc auth (#881)

Co-authored-by: Steven Enamakel <31011319+senamakel@users.noreply.github.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
This commit is contained in:
YellowSnnowmann
2026-04-29 18:43:58 -07:00
committed by GitHub
co-authored by Steven Enamakel Steven Enamakel
parent 798dc54eea
commit 393852b1d6
23 changed files with 813 additions and 39 deletions
+3
View File
@@ -42,6 +42,9 @@ JWT_TOKEN=
OPENHUMAN_CORE_PORT=7788
# [optional] Default: http://127.0.0.1:7788/rpc
OPENHUMAN_CORE_RPC_URL=http://127.0.0.1:7788/rpc
# [optional] Pre-seed the core RPC bearer token (Tauri sets this automatically;
# for standalone CLI use only)
# OPENHUMAN_CORE_TOKEN=
# [optional] Run mode: child (default, spawns sidecar) | inprocess
OPENHUMAN_CORE_RUN_MODE=child
# [optional] Override path to openhuman core binary (leave blank for auto-detection)