extend account schema

It is possible to extend the accounts schema? I need to add a flag that indicates whether the account is active or not
2 Replies
deeDOF
deeDOF4mo ago
What setup are you using? You could choose to have hooks or middleware that modifies these either after a user is created or after theyve been added to the database
deeDOF
deeDOF4mo ago
Hooks | Better Auth
Better Auth Hooks let you customize BetterAuth's behavior

Did you find this page helpful?