-
Notifications
You must be signed in to change notification settings - Fork 2
[BE] Sisc1 200 [FEAT] 회원 탈퇴 및 refreshtoken 구현, Swagger 수정 #77
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: "SISC1-200-BE-\uD68C\uC6D0-\uD0C8\uD1F4-\uBC0F-refreshtoken-\uAD6C\uD604"
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
8d00e23
[BE] SISC1-200 [FEAT] 회원 탈퇴 및 RefreshToken 구현
msciki7 7482fec
[BE] SISC1-200 [FEAT] Swagger 설명 추가 및 CORS 설정 수정
msciki7 b374444
[BE] SISC1-200 [FEAT] 토끼 해결 및 yml push
msciki7 4067e0f
Merge branch 'main' into SISC1-200-BE-회원-탈퇴-및-refreshtoken-구현
msciki7 0940c0a
[BE] SISC1-200 [FEAT] 토큰 암호화 및 OAuth 연동 보안 강화
msciki7 9a67486
[BE] SISC1-200 [REFACTOR] TokenEncryptor 입력 검증 및 예외 처리 강화
msciki7 0fbbe53
[BE] SISC1-200 [FIX] TokenEncryptor AES 키 길이 검증을 바이트 단위로 수정
msciki7 bcf679b
[BE] SISC1-200 [FIX] token encrptor 오류 수정
msciki7 4f742a9
[BE] SISC1-200 [FIX] 보안 관련 이슈 수정
msciki7 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -59,6 +59,7 @@ dependencies { | |
|
|
||
| // backtesting library | ||
| implementation 'org.ta4j:ta4j-core:0.15' | ||
|
|
||
| } | ||
|
|
||
| jacoco { | ||
|
|
||
505 changes: 505 additions & 0 deletions
505
backend/src/main/java/org/sejongisc/backend/auth/controller/AuthController.java
Large diffs are not rendered by default.
Oops, something went wrong.
225 changes: 0 additions & 225 deletions
225
backend/src/main/java/org/sejongisc/backend/auth/controller/OauthLoginController.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
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.