anthonyjgrove / react-google-login

A React Google Login Component
https://anthonyjgrove.github.io/react-google-login
MIT License
1.84k stars 427 forks source link

Migration from Google Sign-In JavaScript Platform Library #518

Closed b-meet closed 2 years ago

b-meet commented 2 years ago

Hey pals, I used this package for a new project and when I clicked on login button the onFailure function was triggered which gave me an error "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."

image

So after searching on internet, I got to know that google is going to fully retire the Google Sign-In JavaScript Platform Library from March 31, 2023.

So I would like to remind you to plan for a migration.

Beginning from April 30th, 2022 new applications must use the Google Identity Services library, existing apps may continue using the Platform Library until the deprecation date.

You can visit this link to know about the migration

srijanshetty commented 2 years ago

+1 Facing the same issue

srijanshetty commented 2 years ago

Duplicate of #502, please close.