[Poc] 수료생 기수 검증 로직 e2e 테스트 결과 #18
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
⏳ 리뷰 예상 시간
5분
📝 기능 설명
⭐️ 리뷰 포인트
🛠 작업 사항
AuthControllerapi/auth/loginuri 로 요청을 받으면 제가 .env 에 추가해둔GITHUB_CLIENT_ID와GITHUB_REDIRECT_URI를 통해 로그인 화면으로 redirect 시킵니다.auth/github/callback?code=uri 의 콜백을 처리합니다.return await this.authService.verifyCohortByGithubOAuth(code);AuthServiceGithubOAuthClient.exchangeCodeForToken(code)GithubOAuthClient.getUserOrgs(accessToken)✅ 작업 체크리스트
📎 개발 일지 및 참고 자료