You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** // 구글 로그인이 완료된 뒤의 후처리가 필요
* 1. 코드받기(인증),
* 2. 엑세스토큰(권한) ,
* 3. 사용자 프로필 정보를 가져옴,
* 4-1. 그 정보를 토대로 회원가입을 자동 진행
* 4-2. (이메일, 전화번호, 이름, 아이디) 쇼핑몰을 한다면? -> 집주소가 필요 (추가적인 구성이 필요 )
*
* TIP.코드X (엑세스토큰 + 사용자프로필정보 O)
*/