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

[Feature] - [Login] 토큰 전송 로직 구현했습니다. #31

Merged
merged 4 commits into from
Jan 23, 2024

Conversation

fakerdeft
Copy link
Contributor

✨(#이슈 번호)

✏️내용

  • 기본값 이제 깔끔하게 들어갑니다.
  • 로그인 성공 시 응답 헤더에 담아
    다음 페이지로 가는 로직인데
    우선 테스트 중이긴 합니다.

📸스크린샷

  • 회원가입/로그인 후 회원 DB에 데이터 들어가있는 모습
    image
    image

  • 1번이 액세스 토큰, 2번이 리프레쉬 토큰입니다.
    image

🎁참고사항

@fakerdeft fakerdeft added the ✨Feature 기능 구현 label Jan 23, 2024
@fakerdeft fakerdeft self-assigned this Jan 23, 2024
Copy link
Contributor

@raxchaz raxchaz left a comment

Choose a reason for hiding this comment

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

토큰 전송 로직 구현 고생하셨습니다! : >

String age = "20-29";
String gender = "Male";

if (oauth2UserInfo.getEmail() != null) {
Copy link
Contributor

Choose a reason for hiding this comment

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

이 과정은 어떤 과정인가요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

이 과정은 어떤 과정인가요?

회원가입(DB에 회원 정보 등록) 시
소셜(네,카,구) 서버에서 받아온 회원 정보들이 있으면 그 값으로 사용하고
없으면 기본값으로 등록하는 과정입니다.

@fakerdeft
Copy link
Contributor Author

토큰 전송 로직 구현 고생하셨습니다! : >

예예 감사합니다 .

@fakerdeft fakerdeft merged commit c35be2f into Team-Coverflow:develop Jan 23, 2024
1 check passed
@fakerdeft fakerdeft deleted the feature/#30 branch January 23, 2024 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨Feature 기능 구현
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Feature] - [Login] 토큰 전달 로직 구현하기
2 participants