phanan / vue-google-signin-button

🔐 A simple Vue plugin to include a Google sign-in button into your web app.
293 stars 48 forks source link

Need migration to the new Google Identity Services library #56

Closed bearmini closed 2 years ago

bearmini commented 2 years ago

I've got a mail from Google Developers like below:

Hello Google Developer,

You are receiving this message as a reminder that one or more of your web applications uses the legacy Google Sign-In web solution. Our announced plan stated that authentication support for the Google Sign-In JavaScript platform library will no longer be supported after March 31, 2023.

After March 31, 2023, migration to the new Google Identity Services will be necessary to sign in customers using their Google Account to your platform. The SDK will use the new Sign In With Google client library.

The mail contains App name and Client ID for my web app which uses vue-google-signin-button component.

Do you have any plan to migrate to the new library?

bearmini commented 2 years ago

I have decided to use https://github.com/EduardoVa/vue-google-identity-login-btn

Ashutoshkaushik01 commented 1 year ago

@bearmini is this the migrated one ????

bearmini commented 1 year ago

@bearmini is this the migrated one ????

@Ashutoshkaushik01 I use vue-google-identity-login-btn for my project and it seems to use the new Google Identity Services.

Ashutoshkaushik01 commented 1 year ago

@bearmini okay Thanks, mate :)