Files
foxhunt/bin
jgrusewski 72f092e0e5 fix(fxt): read JWT secret from config.toml for gateway auth
The fxt client was using a hardcoded dev fallback secret for JWT signing,
causing InvalidSignature errors against the API gateway. Now reads
jwt_secret from ~/.foxhunt/config.toml with fallback chain:
env var > config file > dev secret.

Also updates default api_gateway_url to https://api.fxhnt.ai.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 10:31:04 +01:00
..