Add lazy load of login providers SDKs to prevent setting excess cookies before it's needed
Description:
Would be good to have opportunity to laod login providers SDKs after some moment to prevent loading of login providers cookies before this moment.
Will try to add such functionality. Maybe it will be merged to master.
There is no option for lazyLoad in the latest version Angular 9/10,
Right, these changes got omitted in version 3 refactoring. I am in the middle of refactoring the login providers again due to #280. I need to incorporate this as well.
Lazyload has been incoprated with fix of #280 ?
I made a try here : https://github.com/acolad-developpement/angularx-social-login/commit/4890f0c02dc16ed0b4f99bf3144b0a92f7182628 I'm not sure it's the best way to achieve this, but it works for signIn. Can we reach signOut without signIn initialization ?
I made a try here : acolad-developpement@4890f0c I'm not sure it's the best way to achieve this, but it works for signIn. Can we reach signOut without signIn initialization ?
Someone can choose to call it I think; though it doesn't make sense. The autoLogin itself does not make sense with lazy load.
Yes if lazyLoad is enabled, autoLogin is ignored
I think this issue needs to be re-open
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.