iamgmdI
Convex Community17mo ago
2 replies
iamgmd

Convex Auth - User maintenance

Does Convex Auth currently have the ability to perform User maintenance tasks (mutations) from an admin dashboard:-

1. Create user - ability to create a user without a password, Clerk does a good job of this in that you can create the user using Email and when the user logs on without a password (because they don't have one), they receive a magic link. The user will continue to log in this way until they create a password through their 'Manage account' functionality.
2. Update user - ability to change email or any of their profile (user) details.
3. Delete user - ability to completely delete the user from the system, user, authTable records, etc.
4. Disable/Enable user - ability to stop the user from logging into the system.

Appreciate that these functions may not be available now as Convex Auth is currently in beta but if possible, would like some input of how I can achieve this functionality. I am using Next.js.
Was this page helpful?