Skip to content

[Mission] 8주차 미션 #34

@deli-minju

Description

@deli-minju

🚩 미션 설명

Spring Security를 적용하고 회원가입 API를 구현

  • 회원가입 시 email, password를 추가로 받고 비밀번호는 BCrypt로 암호화 저장
  • 회원가입 API는 Public, 그 외 API는 Private로 분리
  • 인증/인가 실패 응답도 공통 ApiResponse 형식으로 통일

✅ 체크리스트

  • Spring Security 적용 및 회원가입 API 구현 (email/password + BCrypt)
  • Public/Private API 분리 (회원가입만 공개, 나머지 인증 필요)
  • 인증/인가 실패 exceptionHandling 구현 및 응답 통일

💬 참고 자료

회원가입 플로우
회원가입 플로우

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions