Base solution for your next web application
Open Closed

External Google login Api is going to deprecate #11107


User avatar
0
staffing created

Prerequisites

What is your product version? ASPNETZERO Version 11.0.0 What is your product type (Angular or MVC)? Angular What is product framework type (.net framework or .net core)? .Net Core

We use the External login provider in our application and have Microsoft and Google enabled. We're having trouble utilising the Google API since the authentication mechanism has changed. The Google Sign-In JavaScript Platform Library is used by default in the application, however Google has replaced it with the Google Identity Services library as of May 1, 2022. (refer below link). We won't be able to use the tokens we produced after April 30th, and the current JavaScript Platform Library will be decommissioned completely on March 31, 2023. We need to find a solution as soon as possible. Could you kindly double-check this and incorporate it in any future patches?

**For more detail please refer the below link: **

https://developers.googleblog.com/2022/03/gis-jsweb-authz-migration.html?m=1

Existing Api Code in login.service.ts file


1 Answer(s)