Is there a server-side new user callback?
Is there a callback that is on the server-side that triggers whenever a user signs up / logs in / etc.?
E.g, next-auth has things like events, for things like,
createUser
, etc.4 Replies
https://www.better-auth.com/docs/concepts/hooks
check hooks
Hooks | Better Auth
Better Auth Hooks let you customize BetterAuth's behavior
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
You can see in that link, there is my auth.ts file, I am using the database webhooks at the end