-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: 토큰 redis 저장을 위한 dto 및 config 추가 * feat: webConfig 파일 추가 * feat: redis 토큰 저장 서비스 및 테스트 코드 추가 * feat: 에러시 모든 토큰 제거 추가 * refactor: config update * feat: config 추가 * refactor: code smell 제거 * feat: logout 기능 추가 * refactor: 사용자 nickname 생성 및 랜덤 삭제 ID부여 제공 * refacotr: @transaction제거, redis를 사용하기 때문에 트랜잭션 전파 불필요 * feat: 삭제 요청 추가 * refactor: member mapper 메서드 위치 변경 AuthMapper -> MemberMapper * refacotr: 패키지 위치 변경 및 socialId long->String * feat: 회원탈퇴 요청 기능 추가 * fix: restTemplate 요청 반환 값 변경 * feat: 회원 탈퇴 요청에 대한 api 추가 * test: 회원 삭제 테스트 추가 * test: 회원 탈퇴 테스트 코드 및 Auth테스트와 member테스트 분리 * feat: 회원 탈퇴 서비스 기능 구현 및 restTemplate요청 테스트 추가 * feat: 사용하지 않는 메서드 및 회원 조회 쿼리 생성 * test: 테스트 코드 수정 및 test config 변경 * feat: WebConfig path 수정 * feat: 삭제할 회원 조건 변경 * refacotr: 테스트 로그인 get 메서드 uri변경 및 AuthorizationMember -> AuthMember / CurrentMember -> Auth * refactor: merge develop * fix: findMemberWithNotManager 메서드 명 findMemberNotManager 변경 * refactor: 회원 탈퇴 로직 변경
- Loading branch information
Showing
12 changed files
with
4,500 additions
and
1,162 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
Oops, something went wrong.