Extra user metadata in auth ctx (for clerk)
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

