Calling signIn.social with extended field data.
So I've added an additional field on my user in my server side auth
The issue I'm running into now is once I try to sign in with OAuth, i.e.
The issue is I get an error because there is no field for the username now.
Is there any way to pass in additional/extended fields in social sign ins?
3 Replies
Have you found a solution for this? I'm running into the same thing when I've added first/last name as additional fields.
@iPheNoMeNaL-oG , you found the answer for this
You could pass a default value in your auth config, then redirect users who authenticates via oauth to a profile page where they can set their username