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

Migrate to Google Identity Services from Google Sign-In JavaScript library #564

Open egenita opened 1 year ago

egenita commented 1 year ago

Hi,

Google has now send us the reminder that support for the Google Sign-In JavaScript platform library will be deprecated after March 31, 2023.

With this, can we have the support for Google Identity Services library?

Thank you.

michaelasanchez commented 1 year ago

Npm has deprecated this package since it is no longer supported.

The common consensus seems to be to migrate to this library instead, which uses the new approach. @react-oauth/google

538