Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
3d44031
refactor : Move file's directory
isyoudwn Nov 1, 2024
522328f
refactor : Refactor JwtConfig
isyoudwn Nov 1, 2024
110f022
refactor : Rename JwtResponse
isyoudwn Nov 1, 2024
2a5a279
refactor : Refactor JwtProvider
isyoudwn Nov 1, 2024
62b57de
refactor : Move JwtConfig's directory path
isyoudwn Nov 1, 2024
c902cd7
feat : Add refresh token model
isyoudwn Nov 1, 2024
fbee8cd
feat : Add refresh token repsitory
isyoudwn Nov 1, 2024
ea7968e
feat : Add Role enum
isyoudwn Nov 1, 2024
a810d0a
refactor : Delete userRole class
isyoudwn Nov 1, 2024
dc488dd
refactor : Add Accessor domain
isyoudwn Nov 1, 2024
d90a93f
refactor : Add Auth annotation
isyoudwn Nov 1, 2024
a9ee79f
refactor : Add AuthException class
isyoudwn Nov 1, 2024
b92dda3
refactor : Add TokenExtractor
isyoudwn Nov 1, 2024
cc4468e
refactor : Refactor TokenExtractor
isyoudwn Nov 1, 2024
dcc0fe0
feat : Add RefreshTokenExtractor
isyoudwn Nov 1, 2024
5ae66f2
feat : Add AuthenticationResolver
isyoudwn Nov 16, 2024
1197c69
feat : Add find user by email method
isyoudwn Nov 18, 2024
09874d9
feat : Add get user detail method
isyoudwn Nov 18, 2024
72eaf1f
feat : Add login method
isyoudwn Nov 18, 2024
2558555
feat : Add login controller
isyoudwn Nov 18, 2024
f13cc9e
refactor : Refactor auth domain
isyoudwn Nov 18, 2024
b6ee0b3
refactor : Refactor auth service layer
isyoudwn Nov 18, 2024
9d1bfaa
refactor : Refactor refresh token from cookie
isyoudwn Nov 19, 2024
6bb43a3
feat : Add reissueResponseTokens api
isyoudwn Nov 20, 2024
3eafa46
feat : Add Permission check AOP
isyoudwn Dec 1, 2024
7fdb53b
refactor : Delete test directory
isyoudwn Dec 1, 2024
1aeab1c
refactor : 마이그레이션으로 인해 불필요한 파일 제거
polyglot-k Dec 13, 2024
1b83f20
refactor(auction) : auction 도메인 DDD 기반으로 마이그레이션
polyglot-k Dec 13, 2024
8119465
refactor(auction) : auction 도메인 DDD 기반으로 마이그레이션
polyglot-k Dec 13, 2024
5ee6742
refactor(bid) : bid 도메인 DDD 기반으로 마이그레이션
polyglot-k Dec 13, 2024
21fdc22
refactor(user) : user 도메인 DDD 기반으로 마이그레이션
polyglot-k Dec 13, 2024
e98965d
refactor(product) : user 도메인 DDD 기반으로 마이그레이션
polyglot-k Dec 13, 2024
aea583c
refactor(review) : review 도메인 DDD 기반으로 마이그레이션
polyglot-k Dec 13, 2024
d88f189
refactor(auction) : auction 도메인 DDD 기반으로 마이그레이션
polyglot-k Dec 13, 2024
beeb42c
style(all) : 스타일 및 import 최적화 진행
polyglot-k Dec 13, 2024
42ff89f
migrate(chat) : chat 도메인 DDD 아키텍처 적용
polyglot-k Dec 18, 2024
aafa263
migrate(product) : product 도메인 DDD 아키텍처 적용
polyglot-k Dec 18, 2024
1eb5f6f
migrate(review) : review 도메인 DDD 아키텍처 적용
polyglot-k Dec 18, 2024
f379d23
migrate(user) : user 도메인 DDD 아키텍처 적용
polyglot-k Dec 18, 2024
d2ae428
migrate(bid) : bid 도메인 DDD 아키텍처 적용
polyglot-k Dec 18, 2024
ecb1d2d
migrate(auction) : auction 도메인 DDD 적용
polyglot-k Dec 18, 2024
cd60215
migrate(auction) : auction 도메인 DDD 적용
polyglot-k Dec 18, 2024
6254b2f
config : config 간의 conflict 완화
polyglot-k Dec 18, 2024
e7f5980
refactor(jwt) : jwt 관련 코드 통합
polyglot-k Dec 18, 2024
c742046
refactor(clock) : clock, time 관련 코드 통합(TZ 고정)
polyglot-k Dec 18, 2024
e060e3c
migrate(wallet) : wallet 도메인에 DDD 아키텍처 적용
polyglot-k Dec 18, 2024
34e2cf0
migrate(payment) : payment 도메인에 DDD 아키텍처 적용
polyglot-k Dec 18, 2024
a320184
refactor(user) : wallet 관계 적용 및 import 최적화
polyglot-k Dec 18, 2024
d4587e9
refactor(exception) : payment 관련 공통 에러 기저 통합
polyglot-k Dec 18, 2024
ed6649b
Merge branch 'develop' into isyoudwn/auth
polyglot-k Dec 21, 2024
70d44f3
fix(user) : 오타 수정
polyglot-k Dec 21, 2024
f7b4966
Merge pull request #68 from isyoudwn/isyoudwn/auth
polyglot-k Dec 22, 2024
2848f7b
refactor : 인증 파트 DDD 마이그레이션 완료
polyglot-k Dec 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ dependencies {
implementation 'io.jsonwebtoken:jjwt:0.9.1'
implementation 'javax.xml.bind:jaxb-api:2.3.1'
}

tasks.named('test') {
useJUnitPlatform()
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading