Self hosted - auth - user management
Once you follow the manual setup go to custom schema https://labs.convex.dev/auth/setup/schema and define a custom schema for users copy and paste it and add any additional fields you need, then do to the convex dashboard and go to data all the tables are there
Customizing Schema - Convex Auth
Authentication library for your Convex backend
1 Reply
Thanks for coming back! I haven‘t tried editing the tables directly, since there is no instruction to create a new user programmatically. But it‘s basically what we do when we want to change a Role of a user for example. I haven‘t seen anyone build a user management with convex so far.