KonradK
Convex Community3y ago
11 replies
Konrad

What is the right approach when updating the user object for an app that integrates Clerk for auth?

Hi everyone,
I am building a credit based payment system for a convex app that uses Clerk for authentication. I am considering an implementation where I import updateUser from clerk-sdk-node and call it inside an action.

I am wondering if there's a better way where I can update the user object using Convex. I wanted to avoid storing users in the database because I'm not convinced it is necessary for my use case.

I'm also trying to figure out where I update my JWT template's Claims config
Was this page helpful?