-
Notifications
You must be signed in to change notification settings - Fork 1
[SRLT-116] Member, Auth 도메인 패키지 구조를 정리한다 #69
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
Merged
The head ref may contain hidden characters: "SRLT-113-\uD074\uB798\uC2A4\uBA85-\uC815\uB9AC"
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
454d21a
[SRLT-113] Refactor: 멤버도메인 패키지 구조 컨벤션에 맞게 정리하기
SeongHo5356 991c90c
[SRLT-113] Refactor: auth 유스케이스 네이밍 정리 및 토큰 검증 강화하기
SeongHo5356 b3e64e9
[SRLT-113] Refactor: auth를 Member의 하위도메인으로 취급하고 패키지를 정리한다
SeongHo5356 0b65d6e
[SRLT-113] Refactor: tokenProvider과 tokenResolver를 분리한다
SeongHo5356 65f705e
[SRLT-113] Fix: OAuth2/보안 핸들러 응답 통일 및 auth 슬라이스 테스트 보강하기
SeongHo5356 b3f0a8c
[SRLT-113] Fix: 함수명을 행위중심으로 변경한다
SeongHo5356 7c7f1eb
[SRLT-113] Refactor: 각 도메인 로딩 메서드 네이밍 정리 및 member 조회 포트 보강
SeongHo5356 318c4d3
[SRLT-113] Docs: auth ApiDoc 에러 응답을 정리한다
SeongHo5356 2a22edb
[SRLT-113] Docs: 개발가이드에 함수네이미 관련 규칙을 추가한다
SeongHo5356 610d456
[SRLT-113] Refactor: order 결제 포트 분리 및 취소 요청 의존 정리하기
SeongHo5356 93d00e9
[SRLT-113] Refactor: DTO 네이밍 규칙 추가 및 수정하기
SeongHo5356 3434424
[SRLT-113] Refactor: auth 입력 DTO를 Input 규칙으로 정리
SeongHo5356 ed36c93
[SRLT-113] Refactor: auth 입력 DTO를 Input 규칙으로 정리
SeongHo5356 d80b09e
[SRLT-113] Refactor: expertReport 응답 DTO 분리하고 auth principal 공용화한다
SeongHo5356 1ca5120
[SRLT-XXX] Refactor: Auth/Member 유스케이스를 정리하고 principal 공용화한다
SeongHo5356 6d64080
Merge branch 'develop' into SRLT-113-클래스명-정리
SeongHo5356 2b4d751
update
SeongHo5356 b3a0864
[SRLT-113] Test: refresh 토큰 재발급 테스트 만료 임박 케이스로 수정
SeongHo5356 98aa866
[SRLT-113] Docs: Auth/Credential Javadoc 정합성 수정
SeongHo5356 d46f64c
[SRLT-113] Test: BusinessPlanServiceImplUnitTest 스텁 정합성 수정
SeongHo5356 9eeae3b
[SRLT-113] Refactor: ExpertApplication count lookup 포트명 통일
SeongHo5356 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Submodule config
updated
from 3a581e to 6e61b8
This file contains hidden or 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 hidden or 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 hidden or 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
20 changes: 0 additions & 20 deletions
20
src/main/java/starlight/adapter/auth/security/handler/JwtAccessDeniedHandler.java
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
src/main/java/starlight/adapter/auth/security/handler/JwtAuthenticationHandler.java
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
src/main/java/starlight/adapter/auth/security/jwt/dto/TokenResponse.java
This file was deleted.
Oops, something went wrong.
54 changes: 0 additions & 54 deletions
54
src/main/java/starlight/adapter/auth/webapi/AuthController.java
This file was deleted.
Oops, something went wrong.
154 changes: 0 additions & 154 deletions
154
src/main/java/starlight/adapter/auth/webapi/swagger/AuthApiDoc.java
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.