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.
🔎 관련이슈
✨ 변경사항
애플로그인에서 에러발생시 에러를 반환하지 않고 무한로딩되어 time out 되는 문제 존재
authController단 try catch 문에서 catch문 내에 next(error); 를 해주지 않아서 발생하였다,,!
추가로 authService단에서 jwt.verify시 apple의 jwt토큰의 에러 핸들링도 해주기 위해, 해당 부분을 try catch 문으로 감싸주고
에서 발생시, catch문에서 clientException을 throw 하게끔 수정하였다.
📃 참고사항