Matt LuoM
Convex Communityβ€’2y agoβ€’
19 replies
Matt Luo

How do you get the issuer for a new user account from Clerk webhooks?

I followed this documentation: https://docs.convex.dev/auth/database-auth#set-up-webhooks
and was able to use a Clerk webhook in order to automatically insert a document in users Convex table.

But, I'm trying to adhere to the pattern where the users table has a tokenIdentifier column.

The problem is that I don't see a way to get the issuer value from the Clerk webhook.
_If you're using Convex Auth the user information
Storing Users in the Convex Database | Convex Developer Hub
Was this page helpful?