aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/.server/auth.ts
AgeCommit message (Collapse)Author
2026-02-13refactor(frontend): replace React Router BFF with Wouter SPAnsfisis
Remove React Router 7 SSR/BFF architecture (server-side loaders, actions, sessions, remix-auth) and replace with a client-side SPA using Wouter for routing and cookie-based JWT auth. - Replace reactRouter() Vite plugin with @vitejs/plugin-react - Add index.html + app/main.tsx as SPA entry points - Add Wouter routing with auth guards (ProtectedRoute/PublicOnlyRoute) - Add client-side auth (app/auth.ts) and useAuth hook - Migrate all route files to app/pages/ with client-side data fetching - Update NavigateLink and GolfPlayAppGaming to use Wouter Link - Remove .server/, routes/, root.tsx, react-router.config.ts - Clean up tsconfig.json (remove .react-router references) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2025-03-21wipnsfisis
2025-03-21fix(frontend): refresh jwt if expirednsfisis
2025-03-21refactor(frontend): api clientnsfisis
2025-03-10feat(fontend): migrate from Remix to React Routernsfisis
2025-03-08websocket to pollingnsfisis
2025-03-04rm registration tokennsfisis
2024-08-11feat(frontend): improve error handling of login formnsfisis
2024-08-09feat: support authentication via forteensfisis
2024-08-04feat: authenticate users in admin pagesnsfisis
2024-08-04feat(frontend): remove admin pagesnsfisis
2024-08-01refactor(frontend): simplify login checknsfisis
2024-08-01chore(frontend): [biome] formatnsfisis
2024-08-01chore(frontend): [biome] organize importsnsfisis
2024-08-01refactor(frontend): provide simpler API clientnsfisis
2024-07-31feat: implement /admin/users pagensfisis
2024-07-28feat: implement game entrynsfisis
2024-07-28refactor: remove /api/ prefix from openapi.yamlnsfisis
2024-07-28refactor(frontend): do not convert property namesnsfisis
2024-07-28rename user's display_username to display_namensfisis
2024-07-28frontend: openapinsfisis