Team Board web interface (Next.js + BFF)
Markov
5ce87e088b
Deploy Web Client / deploy (push) Successful in 12s
refactor: pure JWT auth, no cookies
...
- Remove middleware (no SSR auth check)
- AuthGuard component checks localStorage token
- Protected route group (protected) wraps all pages
- Login page is public
- All API calls use Authorization: Bearer header
2026-02-15 19:26:25 +01:00
.gitea /workflows
ci: auto-deploy on push (Gitea Actions)
2026-02-15 19:08:12 +01:00
src
refactor: pure JWT auth, no cookies
2026-02-15 19:26:25 +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: JWT token auth (local + future Authentik)
2026-02-15 19:05:37 +01:00
package.json
feat: JWT token auth (local + future Authentik)
2026-02-15 19:05:37 +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