mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
Adds authentication checks to the /api/fs/image endpoint to validate session tokens in web mode. This ensures background images and other image assets load correctly in web mode by validating: - session token from query parameter (web mode) - API key from query parameter (Electron mode) - session cookie (web mode fallback) - X-API-Key and X-Session-Token headers This fixes the issue where kanban board background images were not visible in web mode because the image request lacked proper authentication. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>