Files
aiworker-backend/drizzle/migrations/meta/_journal.json
Hector Ros 8382f6645e
All checks were successful
Build and Push Backend / build (push) Successful in 5s
Implement multi-user auth + agent management + terminal proxy
- 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>
2026-01-20 17:21:53 +01:00

27 lines
486 B
JSON

{
"version": "7",
"dialect": "mysql",
"entries": [
{
"idx": 0,
"version": "5",
"when": 1768858601280,
"tag": "0000_charming_stature",
"breakpoints": true
},
{
"idx": 1,
"version": "5",
"when": 1768868010676,
"tag": "0001_opposite_warbird",
"breakpoints": true
},
{
"idx": 2,
"version": "5",
"when": 1768924360408,
"tag": "0002_next_xorn",
"breakpoints": true
}
]
}