feat: Implement a new authentication system with dedicated login and registration pages, an authenticated route layout, and updated routing.

This commit is contained in:
Jrodenas
2026-03-12 00:20:03 +01:00
parent c04f805936
commit 0b50638583
16 changed files with 1460 additions and 684 deletions

View File

@@ -18,13 +18,13 @@
"@heroui/styles": "^3.0.0-beta.8",
"@sentry/tanstackstart-react": "^10.42.0",
"@supabase/ssr": "^0.9.0",
"@supabase/supabase-js": "^2.98.0",
"@supabase/supabase-js": "^2.99.1",
"@tailwindcss/vite": "^4.2.1",
"@tanstack/react-query": "^5.90.21",
"@tanstack/react-router": "^1.163.3",
"@tanstack/react-router-ssr-query": "^1.163.3",
"@tanstack/react-start": "^1.166.1",
"@tanstack/router-plugin": "^1.164.0",
"@tanstack/react-router": "^1.166.7",
"@tanstack/react-router-ssr-query": "^1.166.7",
"@tanstack/react-start": "^1.166.8",
"@tanstack/router-plugin": "^1.166.7",
"lucide-react": "^0.577.0",
"nitro": "^3.0.1-alpha.2",
"react": "^19.2.4",
@@ -33,11 +33,11 @@
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.5",
"@biomejs/biome": "^2.4.6",
"@inlang/paraglide-js": "^2.13.1",
"@tanstack/devtools-vite": "^0.5.3",
"@tanstack/react-devtools": "^0.9.9",
"@tanstack/react-router-devtools": "^1.163.3",
"@tanstack/devtools-vite": "^0.5.5",
"@tanstack/react-devtools": "^0.9.13",
"@tanstack/react-router-devtools": "^1.166.7",
"@tanstack/react-query-devtools": "^5.91.3",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",