issues
search
Prompt-oven
/
auth-service
this repo is for making Backend(Spring boot) Auth service server app of our project || Also Security Issue in our project. make issue on this repo
0
stars
0
forks
source link
Jyxb 132 refactor/service impl
#3
Closed
yuseok-kim-edushare
closed
3 weeks ago
yuseok-kim-edushare
commented
3 weeks ago
Service Implement 분리 (Auth Service 단독에서 5개의 구현체로 분리 (Use Case도 3개에서 5개로 변화)
NPE 발생 가능한 변수 비교 수정 ( (var) != null -> null != (var))
public method가 비대해진 경우 private/protected method로 일부 logic을 추출하여 코드 가독성 향상
Social Login / Member Register 관련 부분 수정 있음