Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1. 본 PR이 우리 팀의 웹 서비스 제품성에 어떠한 기여를 하였고,
사용자에게 어떠한 기대효과를 전달하는지 작성해주세요.
사용자가 우리 상품을 이용하기 위해 카카오 소셜 로그인/회원가입을 하고 추가정보를 받아서 그 회원의 정보를 수정하는 과정
(예시) 고객의 유입과 전환을 책임지는 회원 기능에서, 유저의 이탈을 방지하기 위해 input 창 바로 아래에서 실시간으로 적색의 경고 메세지를 전달 받습니다.
사용자가 로그인 회원가입을 조금 더 편리하게 할 수 있다 사용자가 적은 추가 정보들을 받아서 회원 정보를 업데이트해준다
(예시) 유저는 실시간으로 스스로 오기입한 내용을 확인할 수 있기 때문에 잘못 계정 정보를 작성함으로써 발생될 수 있는 변수를 최소화할 수 있습니다. 이는 곧 유저 전환의 허들을 낮추어 줄 수 있습니다.
2. 이 브랜치에서 어떤 내용을 개발했는지 큰 제목과 상세 내역을 적어주세요.
카카오 소셜 로그인을 이용해 프론트가 코드를 주면 그 코드를 카카오에게 전송해 access token을 받아서 그 access token을 카카오에게 다시 보내면 사용자의 정보를 받아 데이터베이스에 저장해 우리 토큰을 만들어 프론트에게 전송한다 그리고 사용자의 추가 정보를 받아서 그 사용자의 정보를 업데이트 한다
(예시) 로그인 기능 추가
@
필요,password에 숫자로 8자이상 유효성 검사 추가3. 개발한 화면을 캡쳐해서 첨부 해 주세요.
4. 이 브랜치에서 개발하면서 느꼇던 개발 성장포인트를 적어주세요.
코드를 받아와서 액세스 토큰을 받아오는 카카오 소셜 로그인 방식에 대해 알았다
블로그에 정리해봐야겠습니다.