Commit Graph
4 Commits
Author SHA1 Message Date
Krikorios a0b297285a Add self-hosted auth, admin API, and owner web dashboard
- Replace Clerk with self-hosted JWT auth (register/login/verify, bcrypt
  passwords, Gmail OTP with console fallback)
- Add lib/db.ts pg pool + transaction helpers; seed script migrates legacy
  Clerk-era schema (drop clerk_id, enforce UUID ids and unique email)
- Add owner-gated admin API: stats, users, drivers CRUD, rides
- Add dashboard/ Vite React owner dashboard (login, overview, users,
  fleet, rides) with dev-server proxy to avoid Expo CORS middleware
- Add scripts/set-owner.mjs for role management
2026-08-23 16:38:41 +03:00
Sanidhya Kumar Verma 19f0e71609 refactor: router.replace to router.push and fix typos 2024-09-04 10:19:02 +00:00
Sanidhya Kumar Verma 0b2a3ee944 find ride and book ride page ui created 2024-09-04 06:42:36 +00:00
Sanidhya Kumar Verma fba9c66389 google text input created 2024-08-30 15:19:58 +00:00