hatcha6
BABetter Auth
•Created by SiliconValley77 on 3/20/2025 in #help
How to Host better-auth on another Server
Off the top of my head a quick solution would be to use one database that i shared across your projects that stores your authentication data (in this case the better-auth generated schema) and have all of your backends for the different projects you have connect to this database for authentication.
17 replies
BABetter Auth
•Created by hatcha6 on 3/20/2025 in #help
Phone number sign up doesn’t create a record in the Account table?
I have followed the official docs where I add code to give a temporary email in signupOnVerification but that’s the issue I can’t just use sendOtp to create an account for a user or rather it doesn’t create a record in the account table which is what using phone numbers sign in will look for hence throwing an error.
3 replies