Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 이메일 인증 SES로 구현부 변경 #139

Merged
merged 1 commit into from
Nov 20, 2024
Merged

Conversation

ywonchae1
Copy link
Contributor

@ywonchae1 ywonchae1 commented Nov 20, 2024

📋 상세 설명

  • GCP는 Gmail API를 활용할 때 거쳐야 하는 절차가 너무 많습니다.
  • OAuth 동의화면을 프로덕션으로 변경해야 하며, 승인을 받기도 어렵습니다.
  • 그렇지 않으면 발급받는 토큰의 유효기간이 너무 짧아 서버 오류가 자주 발생하는 문제가 있었습니다.
  • SES를 도입하여, AWS 콘솔에 등록된 이메일에 한해 안정적으로 메일 인증 기능을 테스트할 수 있도록 구현부를 변경하였습니다.
  • 테스트는 제 프리티어 계정으로 진행하였으며, 공용 클라우드계정에 리소스 생성 후 배포해야 합니다!

📸 스크린샷

인증된 이메일이 아닌 경우
Screenshot 2024-11-20 at 14 46 46
전송 성공
Screenshot 2024-11-20 at 14 51 22
네이버
Screenshot 2024-11-20 at 14 51 40
구글
Screenshot 2024-11-20 at 14 54 35

@ywonchae1 ywonchae1 linked an issue Nov 20, 2024 that may be closed by this pull request
@github-actions github-actions bot added the fix 오류 수정 label Nov 20, 2024
@ywonchae1 ywonchae1 changed the title feat: 이메일 인증 SES 구현 fix: 이메일 인증 SES로 구현부 변경 Nov 20, 2024
Copy link
Member

@seok019283501 seok019283501 left a comment

Choose a reason for hiding this comment

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

.  / ̄|
 | .|따봉하나
,―′  .|.∧ ∧ 드립니다
| _)(^ω^)
| _
)|⊂)
| __)|-J
ヽ_)ノ

@ywonchae1 ywonchae1 merged commit ae1549b into develop Nov 20, 2024
2 checks passed
@ywonchae1 ywonchae1 deleted the fix/127-ses branch November 20, 2024 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 오류 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🍎 이메일 인증 OAuth 인증 끊기는 문제 수정
2 participants