-
Notifications
You must be signed in to change notification settings - Fork 0
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
[FEAT] 비밀번호 찾기 기능을 위한 사용자 인증 체계 구현 #94
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 인증 관련 에러 코드를 사용자 상태, 인증 코드, 비밀번호로 세분화 - 에러 코드 번호 순서 정리 및 일관성 유지 - 각 카테고리별 그룹화로 가독성과 유지보수성 향상
- 이메일을 통해 Cognito 사용자 정보를 검색하여 그룹 목록 반환 - AdminListGroupsForUserRequest를 사용하여 사용자 그룹 조회 - UserNotFoundException에 대한 사용자 정의 예외 처리 - 예외 발생 시 INTERNAL_SERVER_ERROR 반환
- 이메일을 입력받아 해당 사용자의 Cognito 그룹 정보를 반환하는 기능 추가 - AuthService의 `getUserGroups` 메서드를 활용하여 그룹 조회 구현 - 기존 컨트롤러 구조 유지 및 응답 형식 통일
…nto feature/47-user-password-update-and-find
…nto feature/47-user-password-update-and-find
…nto feature/47-user-password-update-and-find
…nto feature/47-user-password-update-and-find
12ka39
approved these changes
Nov 20, 2024
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.
비밀번호 찾기 기능을 위해 사용자 인증 체계 구현하시고
에러 처리도 상세하게 나누셨군요. 고생하셨습니다!
cuteJJong
approved these changes
Nov 20, 2024
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.
보안 계층을 잘 구현하시고 예외 처리도 꼼꼼하게 잘 해주셨고 너무 고생하셨습니다.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
관련 이슈
변경 사항
사용자의 그룹을 조회하는
/check-user
구현에러 처리 체계 개선
체크리스트
공유사항
추후 업무