ctx.auth.getUserIdentity() returns which profileUrl when there are multiple social connections?
My app uses Clerk for authentication.
If I enable multiple sign-in options, e.g. Google and LinkedIn, how do I know what my Convex function ctx.auth.getUserIdentity() will return for profileUrl?
Prior conversation with Kapa: https://discord.com/channels/1019350475847499849/1259963476231721013
There was no answer
2 Replies
I think this is a Clerk question, not a Convex question. Try their docs/discord. (
getUserIdentity
returns whatever is in the JWT which you configure in the JWT templates on Clerk dashboard)I tried Clerk's Discord: https://discord.com/channels/856971667393609759/1260018500689199208
They don't know off the top of their head. Will take an actual code example with a JWT to proceed troubleshooting