Connection.id inside Accounts.onCreateUser method

Hi, is it possible to determinate connection.id inside Accounts.onCreateUser or Accounts.validateNewUser method.

I’m trying to pass down additional paramerers for first time loginWithFacebook, and this connection.id can help me identifay this param on server side.

Thenks

1 Like

I’m struggling with this as well. I need different behavior when a user is signing up with oauth vs logging in to an existing account. As far as I can tell this is impossible.