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-strava #42

Open selaias opened 9 years ago

selaias commented 9 years ago

strava exposes the email field during the oauth flow. No extra verified field. i guess it can be whitelisted.

splendido commented 9 years ago

So is it impossible to use the service unless you've already verified you email from their side?

selaias commented 9 years ago

Strava does not require any email verification prior to using their service. I misinterpret the whitelisted ones.

splendido commented 9 years ago

ok, I see. So, among your tests, is there anyone that could be whitelisted? ...or blacklisted for good?

selaias commented 9 years ago

Well, Strava, MapMyFitness and UnderArmour (which is practically the same as MapMyFitness) do not require email verification, so there is no extra field. They satisfy the second paragraph of the whitelistedServices but not the first. So its up to you.