#07 로그인 #37
Merged
kingkang85 merged 2 commits intodevelopfrom Dec 15, 2024
Hidden character warning
The head ref may contain hidden characters: "20-7-\ub85c\uadf8\uc778"
Merged
Conversation
LeeGukgeon
reviewed
Dec 15, 2024
Contributor
LeeGukgeon
left a comment
There was a problem hiding this comment.
security 의 JWT 방식으로 로그인 기능 구현 확인했습니다 pull 받아서 어떤 구조로 되어있는지 확인해보고 싶네요
Contributor
|
어려운 부분 잘 하고 계시네요 굿굿 !! |
Contributor
|
로그인시 userPk를 전달해주면 더욱 좋을 것 같네요 |
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.
📋 요약
🛠 변경 사항
🔗 관련 이슈
📸 스크린샷 또는 GIF (해당되는 경우)
로그인

로그인 요청을 보내면, Headers에 있는 Authorization에 JWT 토큰이 담겨 있습니다.
인증

특정 경로에 요청을 보낼 때 발급받은 토큰을 Headers에 담아 보내면, 토큰 검증 후 해당 사용자를 인증된 상태로 만듭니다.
✅ 체크리스트
🛡 테스트 방법
.
📚 추가 참고 사항
.