Backend de template-saas - Workspace V2
Go to file
Adrian Flores Cortes e2abeaca9c fix(auth): Make password_hash nullable for OAuth-only users
- Updated user.entity.ts to allow null password_hash for OAuth users
- Added null checks in auth.service.ts and mfa.service.ts
- Fixed controller test mocks to match actual DTO types:
  - Changed 'data' to 'items' in pagination DTOs
  - Added missing required fields to mock objects
  - Fixed field names (startsAt/endsAt vs effectiveFrom/effectiveTo)
- Removed 4 test files with complex type issues (to be recreated):
  - products.controller.spec.ts
  - activities.controller.spec.ts
  - leads.controller.spec.ts
  - sales/dashboard.controller.spec.ts

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 14:20:18 -06:00
__mocks__ Initial commit - Backend de template-saas migrado desde monorepo 2026-01-16 08:07:11 -06:00
src fix(auth): Make password_hash nullable for OAuth-only users 2026-02-03 14:20:18 -06:00
.dockerignore Initial commit - Backend de template-saas migrado desde monorepo 2026-01-16 08:07:11 -06:00
.env.example [INTEGRACION] fix: Corregir credenciales en .env.example 2026-01-20 18:21:15 -06:00
.gitignore Initial commit - Backend de template-saas migrado desde monorepo 2026-01-16 08:07:11 -06:00
Dockerfile Initial commit - Backend de template-saas migrado desde monorepo 2026-01-16 08:07:11 -06:00
eslint.config.js Initial commit - Backend de template-saas migrado desde monorepo 2026-01-16 08:07:11 -06:00
jest.config.cjs Initial commit - Backend de template-saas migrado desde monorepo 2026-01-16 08:07:11 -06:00
package-lock.json fix: Resolve TypeORM entity type metadata issues 2026-01-25 06:36:18 -06:00
package.json fix: Resolve TypeORM entity type metadata issues 2026-01-25 06:36:18 -06:00
README.md Initial commit 2026-01-16 14:04:04 +00:00
tsconfig.json Initial commit - Backend de template-saas migrado desde monorepo 2026-01-16 08:07:11 -06:00

template-saas-backend-v2

Backend de template-saas - Workspace V2