How to pass custom value to OAuth
I want to pass a custom value along with a server-side
auth.api.signInSocial
call for account creation, so that I can intercept that value once the user's account is created and couple it to the right user.
What would be the best way to do it? I've noticed that custom body parameters don't work. Specifically I want to do this for Google oAuth and Microsoft OAuth.
Thank you.0 Replies