Team Board web interface (Next.js + BFF)
Go to file
Markov 7187cbcf61 feat: simple login/password auth (cookie-based)
- Login page with form
- Middleware redirects unauthenticated to /login
- Cookie session (7 days)
- Credentials via AUTH_USER/AUTH_PASS env vars
- Default: admin/teamboard
2026-02-15 19:03:28 +01:00
src feat: simple login/password auth (cookie-based) 2026-02-15 19:03:28 +01:00
.gitignore feat: simple login/password auth (cookie-based) 2026-02-15 19:03:28 +01:00
Dockerfile feat: Next.js frontend — kanban board, sidebar, dark theme 2026-02-15 18:52:49 +01:00
next-env.d.ts fix: simplify API_BASE, remove Docker SSR workaround 2026-02-15 18:58:23 +01:00
next.config.ts feat: Next.js frontend — kanban board, sidebar, dark theme 2026-02-15 18:52:49 +01:00
package-lock.json feat: Next.js frontend — kanban board, sidebar, dark theme 2026-02-15 18:52:49 +01:00
package.json feat: Next.js frontend — kanban board, sidebar, dark theme 2026-02-15 18:52:49 +01:00
postcss.config.mjs feat: Next.js frontend — kanban board, sidebar, dark theme 2026-02-15 18:52:49 +01:00
tsconfig.json feat: Next.js frontend — kanban board, sidebar, dark theme 2026-02-15 18:52:49 +01:00