nexus/server/src
Forgotten fe6a8687c1 Implement local agent JWT authentication for adapters
Add HS256 JWT-based authentication for local adapters (claude_local, codex_local)
so agents authenticate automatically without manual API key configuration. The
server mints short-lived JWTs per heartbeat run and injects them as PAPERCLIP_API_KEY.
The auth middleware verifies JWTs alongside existing static API keys.

Includes: CLI onboard/doctor JWT secret management, env command for deployment,
config path resolution from ancestor directories, dotenv loading on server startup,
event payload secret redaction, multi-status issue filtering, and adapter transcript
parsing for thinking/user message kinds.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 16:46:45 -06:00
..
__tests__ Implement local agent JWT authentication for adapters 2026-02-18 16:46:45 -06:00
adapters Implement local agent JWT authentication for adapters 2026-02-18 16:46:45 -06:00
middleware Implement local agent JWT authentication for adapters 2026-02-18 16:46:45 -06:00
realtime Implement agent runtime services and WebSocket realtime 2026-02-17 12:24:43 -06:00
routes Implement local agent JWT authentication for adapters 2026-02-18 16:46:45 -06:00
services Implement local agent JWT authentication for adapters 2026-02-18 16:46:45 -06:00
types Add server routes for companies, approvals, costs, and dashboard 2026-02-17 09:07:27 -06:00
agent-auth-jwt.ts Implement local agent JWT authentication for adapters 2026-02-18 16:46:45 -06:00
app.ts Replace PGlite with embedded-postgres and add startup banner 2026-02-18 11:45:43 -06:00
config-file.ts Implement local agent JWT authentication for adapters 2026-02-18 16:46:45 -06:00
config.ts Implement local agent JWT authentication for adapters 2026-02-18 16:46:45 -06:00
errors.ts Add server routes for companies, approvals, costs, and dashboard 2026-02-17 09:07:27 -06:00
index.ts Replace PGlite with embedded-postgres and add startup banner 2026-02-18 11:45:43 -06:00
paths.ts Implement local agent JWT authentication for adapters 2026-02-18 16:46:45 -06:00
startup-banner.ts Implement local agent JWT authentication for adapters 2026-02-18 16:46:45 -06:00