Implement multi-user auth + agent management + terminal proxy
All checks were successful
Build and Push Backend / build (push) Successful in 5s

- Add userId to agents and projects tables (with migrations)
- Create auth middleware for session validation
- Protect MCP endpoints with authentication and user filtering
- Implement agent management API (launch, my, delete)
- Add terminal proxy at /agent-terminal/:agentId with auth
- Update all agent endpoints to verify user ownership

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hector Ros
2026-01-20 17:21:53 +01:00
parent 08e6f66c7d
commit 8382f6645e
8 changed files with 1161 additions and 107 deletions

View File

@@ -15,6 +15,13 @@
"when": 1768868010676,
"tag": "0001_opposite_warbird",
"breakpoints": true
},
{
"idx": 2,
"version": "5",
"when": 1768924360408,
"tag": "0002_next_xorn",
"breakpoints": true
}
]
}