-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEAT] 비밀번호 찾기 기능을 위한 사용자 인증 체계 구현 (#94)
- 사용자 그룹 확인용 '/check-user' 엔드포인트 추가 - 이메일로 Cognito 사용자 그룹 조회 기능 구현 (AdminListGroupsForUserRequest 활용) - 인증 관련 에러 코드 체계 개선 (사용자 상태/인증코드/비밀번호 카테고리화) - AuthService에 사용자 그룹 조회 메소드 추가 및 예외처리 구현
- Loading branch information
Showing
4 changed files
with
61 additions
and
6 deletions.
There are no files selected for viewing
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
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
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
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