termsT
Convex Community14mo ago
6 replies
terms

Passing down additional params during user signup using OAuth provider

Is there a way to pass down additional params to be written using
await signIn("google")
? I'm aware of the
afterUserCreatedOrUpdated
method but that callback won't receive the params passed from signIn. Additionally, is there a way of removing phone, phoneVerificationTime, isAnonymous, and image fields? These fields aren't relevant to my application.
Was this page helpful?