#UserIdentity for Clerk doesn't contain several fields
3 messages · Page 1 of 1 (latest)
Hey @opal root , Clerk just added support for full name! You need to add it to the JWT template you setup in step 4 of the get started: https://docs.convex.dev/auth/clerk
You'll want to add "name": "{{user.full_name}}", to the Claims list.
This is hot off the press based on our feedback to Clerk, let me know if it works for you!
Clerk is an authentication platform providing login via
oh wow that's awesome haha glad it came just in time