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.
변경사항
JWT토큰
로그인 성공시 JWT토큰이 내부 키체인에 저장됩니다.

토큰 저장로직은 Data레이어의 레포지토리에 존재합니다.
모든 네트워크 서비스가 하나의 KeyStore를 공유하도록 개발할 예정입니다.
아직 KeyChain사용에 대한 Entitlement는 포함하지 않은 상황이라 실제 디바이스에서는 해당 기능에서 에러가 발생합니다.
에러처리 로직