9주차 미션 [베리] - #40
Open
ammgree wants to merge 13 commits into
Open
Conversation
ywkim1m
approved these changes
Jun 2, 2026
Collaborator
There was a problem hiding this comment.
해당 API는 로그인한 사용자만 접근 가능해야 하기 때문에 JWT 인증 미들웨어 또는 @Middlewares(isLogin) 추가가 필요합니다!
| return `<h1>로그인 페이지</h1><p>로그인이 필요한 페이지에서 튕겨나오면 여기로 옵니다.</p>`; | ||
| } | ||
| @Get("mypage") | ||
| @Middlewares(authorizeUser()) |
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.
구현 내용
마이페이지
회원 정보 수정
인증 시스템 추가