Luca Mussi

Results 47 comments of Luca Mussi

Seems a good work! So you would get rid also of the `updateOrCreateUserFromExternalService` function and use your package instead?

To be honest I'd rather prefer to publish the _perfect_ package under a non-private namespace, be it _useraccounts_ or anything else. Accepting a PR about this for this package would...

I saw you have a number of pacakges, but I had no time yet to check them out... :( In case we're not talking about a huge number of code...

btw, the name `useraccounts:multi-account` was just a randomly typed one, any better naming will be accepted ;-)

Should we start a discussion about this on the related [trello card](https://trello.com/c/rVR60B40/15-accounts-meld)? Perhaps also @zimme could be interested in participating ;-)

How do recent changes to GitHub respose or Oauth flow relate with [this](https://github.com/splendido/meteor-accounts-emails-field/blob/master/lib/accounts-emails-field.js#L20-L26)?

this is exactly the reason why a couple hooks have been introduced: - [meldusercallback](https://github.com/splendido/meteor-accounts-meld#meldusercallback) - [melddbcallback](https://github.com/splendido/meteor-accounts-meld#melddbcallback) the first paragraph from the first link begins with: > One of the aim...

Hey guys, what problems are you experiencing? I originally used to use [this repo](https://github.com/splendido/test-accounts-meld) (deployed at [test-accounts-meld.meteor.com](http://test-accounts-meld.meteor.com/)) for tests. This shold show how to integrate with `useraccounts` packages. Could you...

It's been a while ago, but [this is the method](https://github.com/meteor-useraccounts/core/blob/ed52d006774c4a4726d108723ad32d004d1433ef/lib/methods.js#L7-L24) I used to unlink accounts from `useraccounts` packages. ...honestly I don't remember if I ever tried your use case. But...

@zacharynevin, were the pointers any useful?