Description
Implement authentication and organization model using Prisma + Neon Postgres.
Data Models
Tasks
Acceptance Criteria
- Users can sign up and are placed in an organization
- Organizations can have multiple members
- Projects belong to organizations
- API keys are properly scoped to projects/orgs
- All endpoints have proper authorization
Description
Implement authentication and organization model using Prisma + Neon Postgres.
Data Models
Tasks
Acceptance Criteria