Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Your client application uses libraries for user authentication or authorization that will soon be deprecated

I have a project with Angular 8 version, using google sign in with a library called angularx-social-login.

Lately, I'm getting this in the console:

"Your client application uses libraries for user authentication or authorization that will soon be deprecated..."

I tried implementing the new @abacritt/angularx-social-login on an Angular 13 project and still get the same message.

After doing some reading I understand that on the end of March 2023, this use will not be supported anymore. Is it true? If so, I need an advice for how to use "google sign in" with Angular. Thank you

like image 403
Shem Avatar asked Sep 17 '25 08:09

Shem


1 Answers

Here is a repository with a very simple google sign in using Angular and Google Identity, without any other external library, if anybody needs it.

https://github.com/ShemiNechmad/GoogleSignInAngular

Follow the readme.md file for instructions.

like image 187
Shem Avatar answered Sep 19 '25 21:09

Shem