abacritt / angularx-social-login

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

If any login provider failed initialization, others wont work #591

Closed kunapyanov closed 1 year ago

kunapyanov commented 1 year ago

if facebook provider initialization was failed then google provider won't init. In my case, my internet provider blocks facebook. Eveything works with VPN Of course, I can tell my users to use vpn to sign in with google but come on :) Related issues: https://github.com/abacritt/angularx-social-login/issues/527 https://github.com/abacritt/angularx-social-login/issues/477

This is because of Promise.All I guess. Any ideas how I can workaround this?

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.