TypeScript authentication microservice for rallynear.me.
Handles OAuth (Google/Apple), magic links, and session management.
- TypeScript + Hono
- Lucia or Better Auth
- Shared PostgreSQL (Aurora Serverless v2)
- ECS Fargate deployment
npm install
npm run dev- MVP: Google OAuth + Apple OAuth
- Phase 2: Magic links (email-based passwordless)