Skip to content

[REFACTOR] 이메일 인증 API 응답 통일, Swagger 문서강화 #101

Merged
SJ-PARKs merged 1 commit intodevelopfrom
refactor/#100_email_unify_verification
Aug 10, 2025
Merged

[REFACTOR] 이메일 인증 API 응답 통일, Swagger 문서강화 #101
SJ-PARKs merged 1 commit intodevelopfrom
refactor/#100_email_unify_verification

Conversation

@SJ-PARKs
Copy link
Copy Markdown
Contributor

🚀 개요

이메일 인증 API 응답 통일 · Swagger 문서 강화 · 보안 개선

📌 관련 이슈

⏳ 작업 내용

  • Controller: @validated 적용, @Operation/@ApiResponses 문서화, @Valid/@RequestParam 검증 활성화
  • DTO: @Schema(example) 추가로 Swagger 예시 강화
  • SecureRandom 기반 코드 생성
  • Illegal* 예외 → GeneralException(ErrorStatus.*)로 통일

📸 스크린샷

📝 참고 사항

📌 참고 자료

@SJ-PARKs SJ-PARKs linked an issue Aug 10, 2025 that may be closed by this pull request
2 tasks
@SJ-PARKs SJ-PARKs merged commit 8a01833 into develop Aug 10, 2025
@SJ-PARKs SJ-PARKs changed the title [REFACTOR] 이메일 인증 API 응답 통일, Swagger 문서강화 #100 [REFACTOR] 이메일 인증 API 응답 통일, Swagger 문서강화 Aug 10, 2025
@SJ-PARKs SJ-PARKs self-assigned this Aug 10, 2025
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.

[REFACTOR] 이메일 인증 API 응답 포맷 통일 및 문서/안전성 강화

1 participant