- Wire up real user data to sidebar, header, and account modal - Add functional profile editing (first name, last name) via WorkOS API - Add password change functionality via WorkOS API - Add logout functionality to sidebar and header dropdowns - Migrate from manual WorkOS SDK to @workos-inc/authkit-nextjs - Add server-side input validation with Zod schemas for all auth routes - Add shared validation schemas for auth, users, teams, schedule, financial - Fix 30-second auto-logout by properly handling refresh tokens - Add SidebarUser type and toSidebarUser helper for UI components - Add getInitials utility for avatar fallbacks - Document rate limiting configuration for Cloudflare WAF - Fix login page Suspense boundary for Next.js 15 compatibility - Remove obsolete workos-client.ts in favor of authkit helpers Co-authored-by: Nicholai <nicholaivogelfilms@gmail.com>
30 lines
246 B
Plaintext
Executable File
30 lines
246 B
Plaintext
Executable File
# dependencies
|
|
node_modules/
|
|
|
|
# next.js
|
|
.next/
|
|
out/
|
|
.open-next/
|
|
|
|
# cloudflare
|
|
.wrangler/
|
|
.dev.vars
|
|
|
|
# env
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# build
|
|
dist/
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.tsbuildinfo
|
|
|
|
# dev tools
|
|
.playwright-mcp
|
|
mobile-ui-references/
|
|
.fuse_*
|
|
tmp/
|