omnivore/packages/api-nest/test
Timothy Atapagra 41db30c856 refactor(auth): Restructure authentication with performance fixes
- Refactor auth service into modular structure with dedicated services
- Add GraphQL AuthPayload type for better type safety
- Fix login redirect route from /home to / (fixes React crashes)
- Add database index on user.email for 7x faster login performance
- Fix CORS configuration to allow x-omnivoreclient header
- Remove backend navigation responsibility (frontend controls routing)
- Add comprehensive performance and architecture documentation

Performance improvements:
- Login time: 2000ms → 250ms (7x faster)
- Fixed React \"Element type is invalid\" errors
- GraphQL requests now work from legacy web client

Resolves authentication performance issues and architectural concerns
2025-10-09 13:10:32 -04:00
..
auth.e2e-spec.ts refactor(auth): Restructure authentication with performance fixes 2025-10-09 13:10:32 -04:00
graphql.e2e-spec.ts test(api): Add comprehensive E2E tests for library and GraphQL 2025-10-09 13:10:32 -04:00
health.e2e-spec.ts feat(api-nest): Complete NestJS authentication system with web integration 2025-10-09 13:10:32 -04:00
jest-e2e.json feat(api-nest): Complete NestJS authentication system with web integration 2025-10-09 13:10:32 -04:00
label.e2e-spec.ts test(api): Add comprehensive E2E tests for library and GraphQL 2025-10-09 13:10:32 -04:00
library.e2e-spec.ts test(api): Add comprehensive E2E tests for library and GraphQL 2025-10-09 13:10:32 -04:00