[FIX] Auth BFF 리뷰 반영 - #25
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughSummary by CodeRabbit
Walkthrough로그인 API가 JSON 본문을 파싱하고 Changes인증 요청 처리
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to The PR adds request validation and prevents authentication requests from following redirects without changing the established success and error flows. No actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
ISSUE 📌
refs #23
What is this PR? 📝
POST /api/auth/login요청 body 처리를 보완했습니다.request.json()결과를unknown으로 파싱400반환id,password가 string이 아닌 요청은400반환/auth/login요청에maxRedirects: 0적용/auth/access-token요청에maxRedirects: 0적용Screenshot 🖼️
N/A
Test Checklist ✅
pnpm format:checkpnpm lintpnpm build