iT邦幫忙

0

react-google-login 錯誤

  • 分享至 

  • xImage

想請問一下,今天我使用react-google-login套件實作google登入,但一直跳出
You have created a new client application that uses libraries for user authentication or authorization that will soon be deprecated. New clients must use the new libraries instead; existing clients must also migrate before these libraries are deprecated. 有上網查過相關解法(例如清除cache,或是開放第三方cookie),但都沒有用,以下是我的程式碼

    <GoogleLogin
    clientId="425515751581ph1n4e6chh7v047f7jrlq6nkm75unsuu.apps.googleusercontent.com"
    render={(renderProps) => (
      <Button
        className={
        classes.googleButton
        }
        color="primary"
        fullWidth
        onClick={renderProps.onClick}
        disabled={renderProps.disabled}
        startIcon={<Icon />}
        variant="contained"
      >
        Google Sign In
      </Button>
    )}
    onSuccess={googleSuccess}
    onFailure={googleError}
    cookiePolicy="single_host_origin"
    />

請問各位大神,要怎麼辦?

silarce iT邦新手 5 級 ‧ 2022-05-28 10:23:59 檢舉
react-google-login使用的google第三方登入函示庫快要被棄用了,所以發出了這個警告
解決辦法是使用新版的google第三方登入函示庫
https://developers.google.com/identity/gsi/web/guides/client-library
janlin002 iT邦好手 1 級 ‧ 2022-05-30 09:51:21 檢舉
謝謝你~
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友回答

立即登入回答