abacritt / angularx-social-login

Social login and authentication module for Angular 17
634 stars 387 forks source link

Correct google init action if an error is seen #499

Closed inthegarage closed 2 years ago

inthegarage commented 2 years ago

Google is now throwing an error if deprecated APIs are used. This change cures this problem by still allowing the use of the auth object. All other errors are still rejected. After this change the Google provider will need to be completely re-written for the new API. Note the new API is not compatible with the old one and so there will have to be a fall back period whilst users upgrade.

ghost commented 2 years ago

Please accept this merge as it's affecting my login too.