erquhart
erquhart5mo ago

Convex Auth: a delete user method in useAuthActions (or somewhere)

I'm writing some mutations to also delete records in the auth tables generated by Convex Auth. Would be nice to have a deleteUser method provided by the lib so mutating auth table internals isn't required.
1 Reply
Michal Srb
Michal Srb5mo ago
GitHub
Support deleting users and sessions from outside the library · Issu...
Mainly we need an API for deleting users, or deleting all of a user's accounts.