electron-webapps / meteor-electron

Meteor Electron, the easiest way to create a desktop Meteor application
MIT License
325 stars 46 forks source link

How to use with meteor accounts #110

Open sachnk opened 7 years ago

sachnk commented 7 years ago

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?