Commit Graph

6 Commits

Author SHA1 Message Date
4bbb9c0586 Add user profile API with name, title, company, phone, signature 2026-01-27 22:59:21 +00:00
3a5f7b2c17 Add 5 realistic fake clients to seed data 2026-01-27 22:50:52 +00:00
308ca4fc5e fix: use BetterAuth's hashPassword for seed 2026-01-27 22:19:53 +00:00
7bd506463e feat: bearer auth, auto-sync events, test seed
- Add bearer plugin to BetterAuth for mobile auth
- Auto-sync birthday/anniversary events on client create/update
- Add /api/events/sync-all endpoint for bulk sync
- Add test user seed (test@test.com / test)
- Expose set-auth-token header in CORS
2026-01-27 22:12:33 +00:00
e1f35db34f Fix schema: use text IDs for better-auth compatibility 2026-01-27 18:27:31 +00:00
06f1b4e548 Initial API scaffold: Elysia + Bun + Drizzle + BetterAuth + LangChain 2026-01-27 02:43:11 +00:00