Refactor(auth): 인증 시스템 전반 개선 및 에러 처리 강화 #8
Merged
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.
🔍️ 이 PR을 통해 해결하려는 문제가 무엇인가요?
인증(Auth) 시스템의 전반적인 개선과 리팩토링을 통해 다음과 같은 문제들을 해결하고자 합니다:
✨ 이 PR에서 핵심적으로 변경된 사항은 무엇일까요?
인증 시스템 리팩토링
lib/auth
디렉토리 구조 개선 및 모듈화에러 처리 시스템 개선
app/error.tsx
)타입 시스템 개선
🔖 핵심 변경 사항 외에 추가적으로 변경된 부분이 있나요?
프로젝트 구조 개선
설정 파일 업데이트
🙏 Reviewer 분들이 이런 부분을 신경써서 봐 주시면 좋겠어요
🩺 이 PR에서 테스트 혹은 검증이 필요한 부분이 있을까요?
토큰 만료 시나리오 테스트
에러 페이지 동작 검증
인증 플로우 테스트