16ed6e412f
- Remove progress meter for faster perceived load times - Fix async getGraphToken() calls with await - Implement service principal (app-only) authentication for file caching - Pre-cache jobs (2242 jobs) at startup via Redis - Background file caching for first 300 jobs on continuous cycle - Cache refreshes every 5 minutes to keep data current - All caches served instantly from Redis for all users/devices - No user authentication required for backend caching - App token auto-refreshes every 55 minutes Changes: - backend/src/index.ts: Added service principal flow, startup cache warming, background file caching - frontend/public/index.html: Removed progress bar, fixed getGraphToken() awaits - .env.example: Added GRAPH_TOKEN documentation