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

Feat: 로그인/회원가입 기능 구현 #6

Merged
merged 9 commits into from
Jul 24, 2024

Conversation

SuKyeong2002
Copy link
Collaborator

@SuKyeong2002 SuKyeong2002 commented Jul 23, 2024

🚩 관련 이슈

📋 구현 기능 명세

  • 자체 Login, Signup 기능 구현
  • 소셜 Login 기능 구현 (카카오, 구글)

📌 PR Point

  • 로그인, 회원가입 기능 구현을 위해 코드 변경

  • 인가코드 주고 토큰 받는 비동기 구현 코드

  • 왜 env, gitignore 파일에 api 같은 중요한 정보를 넣어 놓아야 하는지

📸 결과물 스크린샷

image
image
image
image

🛠️ 테스트

  • 회원가입 (이메일 중복 검사)
  • 회원가입 (이메일 규칙 확인)
  • 회원가입 (비밀번호 규칙 확인)
  • 회원가입 (비밀번호와 비밀번호 확인 일치 여부 확인)
  • 로그인 (JWT: 회원가입한 이메일/비밀번호 확인)
  • 로그인 (카카오 소셜 로그인)
  • 로그인 (구글 소셜 로그인)

🚀 API Endpoint

Copy link

vercel bot commented Jul 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
moodfriend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 23, 2024 4:11pm

@GraceKim527
Copy link
Contributor

메인 말고 dev브랜치로 PR 보내주세용~~~

@SuKyeong2002 SuKyeong2002 changed the base branch from main to dev July 24, 2024 14:18
@SuKyeong2002
Copy link
Collaborator Author

메인 말고 dev브랜치로 PR 보내주세용~~~

수정했어용

@SuKyeong2002 SuKyeong2002 merged commit c7938b7 into LikeLion-12th-SKHU:dev Jul 24, 2024
3 checks passed
@SuKyeong2002 SuKyeong2002 changed the title Feature/design Feat: 로그인/회원가입 기능 구현 Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feat 새로운 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Design: 로그인/회원가입 화면 디자인
2 participants