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.
✒️ 관련 이슈번호
🔑 Key Changes
📢 To Reviewers
httponly와 secure 설정을 한 Cookie를 활용하는 방법도 안전한 방식이지만,
토큰 인증방식에서 표준화 되어있는
Authorization
헤더를 사용하도록 변경하였습니다.토큰을 인증하는 방식에 있어서 표준화 되어잇는
Authorization
헤더를 사용하는 것이일반적으로 개발자가 예측 가능한 방식이기 때문에
빠른 코드 이해
를 돕고 이를 통해개발의 생산성
과가독성
을 향상시킬 수 있는 이점을 얻는 방향이라고 생각되어 이렇게 변경하였습니다.