-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✏️ OAuth 계정 연동 실패 해결 및 테스트 케이스 추가 (#45)
* rename: user sync mapper 불필요한 주석 제거 * feat: oauth service create 메서드 추가 * feat: oauth sign mapper 내에서 entity 생성 메서드 호출 * rename: auth api 일반 회원가입 이력 존재 시 예외 문서 추가 * rename: oauth api 소셜 로그인 이력 존재 시 예외 문서 추가 * test: [2] 소셜 로그인 이력이 있는 경우, 200 ok를 반환하고 oauth 필드가 true고 username 필드가 존재 * rename: 소셜인증 회원가입, 계정 연동 시 성공 응답 반환 문서 추가 * test: [3-1] 일반 회원가입 테스트 * test: [3-2] 소셜 계정 연동 회원가입 테스트 * test: 일반 회원가입 전화 검증 api 예외 테스트 케이스 추가 * test: url별로 inner 클래스로 테스트 분리 * test: auth test order 지정 * chore: test 환경에서 sql log 출력 옵션 true로 변경 * test: oauth controller 통합 테스트 내부 클래스 구분 * chore: wiremock 의존성 추가 * test: feign mock test 적용 (실제로 사용은 안 함) * test: [1] 소셜 로그인 통합 테스트 * fix: oauth link 시, 기존 계정 없는 경우 예외 처리 * test: [4-1] 소셜 회원가입 계정 연동 * feat: oauth entity tostring 재정의 * fix: oauth 회원가입 시, 기존 계정이 하나라도 존재하면 예외 처리 * test: [4-2] 소셜 회원가입 * test: 저장된 oauth 정보 조회 추가
- Loading branch information
1 parent
5f585c3
commit 2434130
Showing
14 changed files
with
1,015 additions
and
41 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
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
Oops, something went wrong.