본문 바로가기

구글 소셜 로그인

by meno1011 2022. 11. 11.
728x90

로그인 버튼 결과물이다.

구글 로그인 버튼이 세션 상태에 따라 모습이 변하는 형태로 바뀌어서

로그인 버튼도 한번이라도 로그인을 하게 된다면 아래와 같이 변경된다.

// button 모양
window.google.accounts.id.renderButton(
      googleButtonRef.current,
      { theme: "outline", size: "large" }
 )

아래 링크에서 확인이 가능하다 

: https://developers.google.com/identity/gsi/web/guides/personalized-button