Skip to content

9주차 미션 [베리] - #40

Open
ammgree wants to merge 13 commits into
mainfrom
week9/berry
Open

9주차 미션 [베리]#40
ammgree wants to merge 13 commits into
mainfrom
week9/berry

Conversation

@ammgree

@ammgree ammgree commented May 28, 2026

Copy link
Copy Markdown
Collaborator

구현 내용

  • 하드코딩 수정
  • 회원 정보 수정 API
  • 인증 시스템 추가

마이페이지

마이페이지

회원 정보 수정

수정 성공 수정 결과

인증 시스템 추가

스크린샷 2026-05-28 오후 5 40 31 스크린샷 2026-05-28 오후 5 40 42 스크린샷 2026-05-28 오후 5 40 48 스크린샷 2026-05-28 오후 5 40 51 스크린샷 2026-05-28 오후 5 42 04

@ammgree ammgree linked an issue May 28, 2026 that may be closed by this pull request

@ywkim1m ywkim1m left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

9주차 미션도 고생 많으셨습니다!!🥰🥰

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

해당 API는 로그인한 사용자만 접근 가능해야 하기 때문에 JWT 인증 미들웨어 또는 @Middlewares(isLogin) 추가가 필요합니다!

return `<h1>로그인 페이지</h1><p>로그인이 필요한 페이지에서 튕겨나오면 여기로 옵니다.</p>`;
}
@Get("mypage")
@Middlewares(authorizeUser())

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JWT 방식으로 통일하면 좋을 것 같습니다 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

로그인 및 회원 가입 기능 구현

2 participants