Hi Auth0.
Our team is trying to implement a restrictions mechanism where all users are required to specify their country of origin prior to signup.
We need to validate these locations on pre registration and avoid storing and user data from disallowed locations.
This seems easy to accomplish with standard signup, by passing country on the user object next to email and password.
Our problem starts with social signup, how can we pass these parameter from the client when no user object is specified?