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

test accounts-meteor-developer #32

Closed splendido closed 9 years ago

neopostmodern commented 9 years ago

Meteor accounts have the following database structure which is currently not supported by the package, because it doesn't accept emails field.

"meteor-developer" : {
    "accessToken" : "iR2sZihFeZ5drH3QT",
    "expiresAt" : NaN,
    "username" : "...",
    "emails" : [ 
        {
            "address" : "...",
            "primary" : true,
            "verified" : true
        }
    ],
    "id" : "acgHB2qTSZZueAdGG"
},

I'll create a pull request.

neopostmodern commented 9 years ago

It's right there: https://github.com/splendido/meteor-accounts-emails-field/pull/38

splendido commented 9 years ago

I guess we can close! ;-)