-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] - 인증과정 예외처리 #84
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
질문 하나 남겼습니다~
주말에도 작업하느라 고생하셨어요 리비 👍
import woowacourse.touroot.member.domain.Member; | ||
|
||
public record LoginResponse( | ||
@Schema(description = "로그인된 유저의 닉네임") String nickname, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
질문) login이 성공됐다는 응답으로 nickname
, prifleImageUrl
이 어떤 상황에서 필요한가요? 어디에 쓰이는지 궁금합니당
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
제 생각에는 프론트엔드에서 활용할 수 있을 것 같습니다.
따로 사용자 정보 요청 API 호출 없이도 로그인 후에 바로 사용자 정보를 가져갈 수 있지 않을까용?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리건 말이 맞습니다. 여러 서비스에서 로그인 되면 우측 상단에 프로필이미지랑 닉네임 뜨듯이 저희 서비스에서도 사용할 수 있는 맥락을 고려했어요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
코드 상에 문제는 없어 보입니다! 늦은 시간까지 고생 많으셨습니다!
import woowacourse.touroot.member.domain.Member; | ||
|
||
public record LoginResponse( | ||
@Schema(description = "로그인된 유저의 닉네임") String nickname, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
제 생각에는 프론트엔드에서 활용할 수 있을 것 같습니다.
따로 사용자 정보 요청 API 호출 없이도 로그인 후에 바로 사용자 정보를 가져갈 수 있지 않을까용?
Test Results 4 files 4 suites 2s ⏱️ Results for commit fb9308c. |
* feat: 로그인 응답에 데이터 추가, Response 생성 방식 캡슐화 - 카카오 닉네임, 프로필 이미지 경로 * refactor: RestClient 예외 처리 작성 * feat: 서버 내부 에러 처리 핸들러 작성 * feat: Swagger api 정보 추가 * fix: 최상위 예외 처리 코드 제거 개선
* feat: 로그인 응답에 데이터 추가, Response 생성 방식 캡슐화 - 카카오 닉네임, 프로필 이미지 경로 * refactor: RestClient 예외 처리 작성 * feat: 서버 내부 에러 처리 핸들러 작성 * feat: Swagger api 정보 추가 * fix: 최상위 예외 처리 코드 제거 개선
✅ 작업 내용
🙈 참고 사항