Skip to content

[휴니] Chapter 8. Spring Security - Security 구조, 폼 로그인#121

Open
hwiyoon20010309 wants to merge 9 commits into
UMC-10th:mainfrom
hwiyoon20010309:hyoon/#119
Open

[휴니] Chapter 8. Spring Security - Security 구조, 폼 로그인#121
hwiyoon20010309 wants to merge 9 commits into
UMC-10th:mainfrom
hwiyoon20010309:hyoon/#119

Conversation

@hwiyoon20010309
Copy link
Copy Markdown

✏️ 작업 내용

#️⃣ 연관된 이슈

closes #(issue_num)


💡 함께 공유하고 싶은 부분

해당 주차를 공부하면서 함께 이야기하고 싶은 주제를 남겨주세요.

(어려웠던 부분과 해결 과정, 핵심 코드, 참고한 자료 등)


🤔 질문

해당 주차 워크북을 공부하면서 궁금했던 질문들을 남겨주세요.


✅ 워크북 체크리스트

  • 모든 핵심 키워드 정리를 마쳤나요?
  • 핵심 키워드에 대해 완벽히 이해하셨나요?
  • 이론 학습 이후 직접 실습을 해보는 시간을 가졌나요?
  • 미션을 수행하셨나요?
  • 미션을 기록하셨나요?

✅ 컨벤션 체크리스트

  • 디렉토리 구조 컨벤션을 잘 지켰나요?
  • pr 제목을 컨벤션에 맞게 작성하였나요?
  • pr에 해당되는 이슈를 연결하였나요?
  • 적절한 라벨을 설정하였나요?
  • 스터디원들에게 code review를 요청하기 위해 reviewer를 등록하였나요?
  • 닉네임/main 브랜치의 최신 상태를 반영하고 있는지 확인했나요?

📌 주안점

@hwiyoon20010309 hwiyoon20010309 self-assigned this May 24, 2026
@hwiyoon20010309 hwiyoon20010309 requested a review from a team May 24, 2026 15:44
@hwiyoon20010309 hwiyoon20010309 linked an issue May 24, 2026 that may be closed by this pull request
@hwiyoon20010309 hwiyoon20010309 added the 🚀Week 8 8주차 워크북 미션 label May 24, 2026
"/swagger-ui/**",
"/swagger-resources/**",
"/v3/api-docs/**",
"/auth/**"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

회원가입 경로를 POST /members 와 같이 설정해두셨기 때문에 이 경로를 적어두셔야 회원가입할 떄 허용이 됩니다

Copy link
Copy Markdown

@CokaNuri CokaNuri left a comment

Choose a reason for hiding this comment

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

exceptionHandling 구현도 잘 하셨습니다.

SecurityConfig 에서 회원가입 경로를 멤버 컨트롤러에서 정의한대로 수정하시면 될 것 같아요.

고생하셨어요!

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

Labels

🚀Week 8 8주차 워크북 미션

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Chapter 8. Spring Security - Security 구조, 폼 로그인

2 participants