would it break anything if i manually create users?

I am wondering if it would break better-auth in any way should I manually create users via drizzle -- for example, if I want to add "guests" that can't sign in or do anything else, but have a record in the users table so that other table schemas can have a nice foreign key ref.
4 Replies
nikatune
nikatune3mo ago
i guess it will not but you must add user with same credentials on "Users" , "Account" table
nikatune
nikatune3mo ago
Better Auth Kit
Seed | Better Auth Kit
Seed your Better-Auth database with deterministic, yet realistic, fake data to populate your database.
shubhamvscode
shubhamvscode3mo ago
I can share my experience, we already have users in "users" table and then we added better-auth so it automatically handles account So i don't think there will be any problem but off-course you have to implement and check
Winston
WinstonOP3mo ago
I dont plan on making them able to sign in, i just want a consistent record for one of my tables

Did you find this page helpful?