is there any way to pre -create users?
Hello, i connected BetterAuth with my drizzle postgres next js app, and i'm curious is there any simple way to pre-create users like directly in pgAdmin 4, without making registration component?
Solution
In the admin plugin there's a function for creating a user:
https://www.better-auth.com/docs/plugins/admin#create-user
https://www.better-auth.com/docs/plugins/admin#create-user