mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-06 22:09:44 +02:00
Replace hardcoded 72-hour auth timeout with configurable JWT_EXPIRATION env var (default: 30 days). This prevents users from being logged out every 3 days. CloudFront cookie expiration is now synced with JWT expiration automatically. Closes MUL-151