Has anyone had any luck using meteor-electron with account authentication via Google/Facebook/Azure/etc.? After adding my account authentication, the web version works as expected.
However, when I try logging in via the desktop app, it doesn't work. Namely, after entering my credentials on the pop-up (to sign-in via Google, for example), the it seems to authenticate, but the desktop application doesn't recognize the successful login. The {{> loginButtons}} render still thinks it's not logged in.
Hey guys,
Has anyone had any luck using meteor-electron with account authentication via Google/Facebook/Azure/etc.? After adding my account authentication, the web version works as expected.
However, when I try logging in via the desktop app, it doesn't work. Namely, after entering my credentials on the pop-up (to sign-in via Google, for example), the it seems to authenticate, but the desktop application doesn't recognize the successful login. The {{> loginButtons}} render still thinks it's not logged in.
Any ideas?