lila/apps
lila 8c241636bf feat(api): attach session to request in requireAuth
- Add Express Request type augmentation for req.session
- requireAuth now sets req.session after session validation,
  so protected handlers can read the user without calling
  getSession again
- Add ConflictError (409) alongside existing AppError subclasses
2026-04-16 19:51:10 +02:00
..
api feat(api): attach session to request in requireAuth 2026-04-16 19:51:10 +02:00
web feat: add production deployment config 2026-04-14 11:38:40 +02:00