Wire up Eco web auth so the FastAPI app doesn't have to read SQLite directly #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally filed by @coilysiren on 2026-05-18T06:45:40Z - https://github.com/coilysiren/eco-replay/issues/3
Problem
The mod registers
GET /api/v1/eventsandGET /api/v1/events/statsASP.NET controllers, but Eco's web server on :3001 returns 401 for every probe (X-API-Key,Authorization: Bearer, raw token, etc.) using/eco/server-api-token. That token is a StrangeCloud user JWT, not an admin web token.The Python web app sidesteps this by reading the SQLite file directly via
ECO_REPLAY_DB.Next steps
/login, document the credential path.