Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
✅ 9주차 워크북 완료 🎉
이번주차는 로그인과 회원가입 기능을 직접 구현해보면서 세션 기반 인증 방식과 JWT 기반 인증 방식의 구조적 차이를 확실히 이해할 수 있었던 시간이었습니다. 두 방식 모두 사용자 인증을 처리한다는 공통점을 갖고 있지만, 세션은 서버 측에서 사용자 상태를 저장하고 유지하는 반면, JWT는 토큰을 클라이언트에 전달해 매 요청마다 스스로 인증 정보를 포함하도록 하는 방식이라는 점에서 차이점을 체감할 수 있었으며 이를 통해 각각이 갖는 장단점을 비교해보며, 앞으로 진행할 프로젝트에서 어떤 인증 방식을 선택할지 구체적으로 고민해볼 수 있는 계기가 되었습니다.
인텔리제이 오류로 직접 실행해보지는 못하여서 코드만 첨부하였습니다 하루 날을 잡고 인텔리제이 재설정을 하려고 했는데 당장 이번주 토요일부터 시험이 있어서 많은 시간을 투자하지 못한 상황입니다. 죄송합니다