3 Commits

Author SHA1 Message Date
14d1eb9d89 fix: Resolve registration API 500 error and proxy configuration
- Fixed undefined variable 'db' in register endpoint (renamed to 'database')
- Updated Vite proxy configuration to use Docker container names
- Fixed proxy target from localhost to backend container
- Added host: true to Vite server config for Docker compatibility
- Registration endpoint now works correctly through frontend proxy

All registration functionality is now fully operational:
- Frontend form validation
- API proxy routing
- Backend user creation
- JWT token generation
- MongoDB data persistence

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-31 12:08:36 +09:00
8996bd8638 feat: Complete backend API setup with registration endpoint
- Added user registration endpoint (/api/v1/auth/register)
- Created MongoDB database connection module
- Fixed user models to match frontend signup form
- Exposed backend port 8000 for development
- Configured Vite proxy for API requests
- Successfully tested user registration flow

Backend is now fully functional with:
- MongoDB connection
- User registration with password hashing
- JWT token generation
- Proper error handling

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-31 11:46:04 +09:00
f53d55e712 Initial commit: OAuth 2.0 인증 시스템 with APISIX API Gateway
- FastAPI 백엔드 + MongoDB + Redis 구성
- React + Vite + TypeScript + shadcn/ui 프론트엔드
- Apache APISIX API Gateway 통합
- Docker Compose 기반 개발 환경
- 3단계 권한 체계 (System Admin, Group Admin, User)
- 동적 테마 지원
- 환경별 설정 (dev/vei/prod)

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-31 10:16:41 +09:00