-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: 계정 관련 예외처리 #203
Merged
Merged
feat: 계정 관련 예외처리 #203
Conversation
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
이런 플로우는 어떨까요?
참고 ) 네이버 휴면 해제 |
redisConfig파일을 core-domain보다 core-infra/config 폴더에 넣는게 좋을것 같아요! |
eunbc
approved these changes
Jan 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
구현 기능
테스트 흐름
예외처리 세분화 실패
[실패 이유]
-> UsernamePasswordAuthenticationToken을 authentication으로 가지지 못함
-> 인증되지 않은 사용자로 처리됨 (제대로 동작하려면 인증은 되었으나 권한 없는 사용자가 되어야 함)
실패한 코드는 member/tmp에 강제로 푸시해두었고, 우선은 예외처리는 묶어서 하고 차차 방법을 찾아보겠습니다...
Redis config로 인한 빌드 오류
resolve: #163