splendido / meteor-accounts-emails-field

A Meteor package to keep user.email up to date with email addresses used for 3rd-party account services
19 stars 9 forks source link

Added support for Meteor developer accounts including minimal test #38

Closed neopostmodern closed 9 years ago

neopostmodern commented 9 years ago

This adds support for Meteor developer accounts. I had to rewrite a bunch of stuff to be based on arrays now, because Meteor developer accounts expose multiple email accounts. Added another test for meteor then too.

neopostmodern commented 9 years ago

FYI the tests fail because of some package naming issue (I didn't touch that) but they ran locally after renaming the folder. You could change the package.js to fix this.

splendido commented 9 years ago

Hi @neopostmodern, I'll try to have a look at your work this week!

Thanks!

neopostmodern commented 9 years ago

@splendido - any news on this? Something I'd need to patch?

splendido commented 9 years ago

I'm sorry @neopostmodern, I had no time to look into this :( ...it might be I'll have a bit of time during next days, but I cannot promise

splendido commented 9 years ago

Tnx!

splendido commented 9 years ago

Published version 1.1.0!

Let me know, Luca

splendido commented 9 years ago

See Advanced API and v1.2.0

Thanks again!