timahunaT
Convex Community3y ago
8 replies
timahuna

Extra user metadata in auth ctx (for clerk)

I've hooked up clerk to my convex project.

In the auth ctx, it seems like only a few fields are available here: https://docs.convex.dev/auth/functions-auth#user-identity-fields

Is it possible to pass in custom user meta data into the auth ctx for functions? https://clerk.com/docs/users/user-metadata
User objects hold a set of metadata that can be used internally to store arbitrary information.
Within a Convex function, you can access information
Auth in Functions | Convex Developer Hub
Was this page helpful?