2 messages · Page 1 of 1 (latest)
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
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)