Get user info
I'm using the admin plugin and I can list all the users in the DB using
await authClient.admin.listUsers() but how can I get a single user info? I can't find a method like await authClient.admin.getUser(id).Solution
If you have the user id, you can directly query your DB using something like an ORM.