How can I store user details into database for social providers?
I created a simple Hono + CF Workers app for me to try Better-Auth. Now I'm figuring out how can I store the user details into user table is it automatically handle by Better-Auth or do I need to use database hooks to achieve this? I'm using
How I sign in my users
drizzle along with drizzleAdapter auth.tsHow I sign in my users
Solution
Yup just a incorrect configuration lol. I was missing the
baseUrl and secret in my configuration. Thanks @pavantamidala.