feat: 내 정보 조회 API에 email 필드 추가 #101
Merged
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.
관련 이슈
작업 내용
내 정보 API에서 email 정보를 확인할 수 있게 email 필드를 추가했습니다.
특이 사항
리뷰 요구사항 (선택)
혹시 개발 진행하실때 auth 필요한 부분은 어떻게 진행하시나요? Kakao OAuth를 기반으로 하니 로컬 개발 환경에서는 토큰 얻어서 postman으로 테스트해보기는 어려워서 결국 test case만으로 검증하게 되네요...
개인적으로는 아래 글과 같이 테이블 구성해서 리팩토링 하고, 일반 email&PW 로그인과 다른 OAuth 로그인들도 구현해보고 싶네요!
https://rastalion.dev/%ED%9A%8C%EC%9B%90-%EA%B0%80%EC%9E%85-%EB%B0%8F-%EB%A1%9C%EA%B7%B8%EC%9D%B8%EC%9D%84-%EC%9C%84%ED%95%9C-%ED%85%8C%EC%9D%B4%EB%B8%94-%EC%84%A4%EA%B3%84/