refactor: update controller to use MiniAuthService

Phase 1, Step 1.2.3: Delegate login to service layer
- Add IMiniAuthService dependency to controller
- Replace 95 lines of business logic with service call
- Controller now only handles HTTP layer
- All tests passing

Related to Phase 1 refactoring plan
This commit is contained in:
2026-01-17 18:04:57 +08:00
parent 070c1054cf
commit c9cd4d6e88
10 changed files with 55 additions and 93 deletions