Bridge JWT Authentication
- Entity ID:
ent-20260420-br13c0000mv - Type:
concept - Scope:
shared - Status:
active - Aliases: jwtUtils.ts, bridge auth
Description
JWT-based authentication for bridge connections between IDE extensions and the Claude Code CLI. Implemented in src/bridge/jwtUtils.ts. Used to secure WebSocket/HTTP messaging so only an authorized IDE extension can remote-control the running CLI.
Key claims
- Bridge authentication is JWT-based between IDE and CLI
Relations
- src/bridge/ Directory --[contains]--> Bridge JWT Authentication