Codex 🧃
Explore posts from serversBABetter Auth
•Created by Codex 🧃 on 3/31/2025 in #help
Callback when logging in with social.
const res = await authClient.signIn.social({ provider: "microsoft", newUserCallbackURL: '/dashboard?welcome=true', callbackURL: '/dashboard' })
7 replies
BABetter Auth
•Created by Codex 🧃 on 3/31/2025 in #help
Callback when logging in with social.
Instead of the newUserCallback
7 replies
BABetter Auth
•Created by Codex 🧃 on 3/31/2025 in #help
Callback when logging in with social.
const res = await authClient.signIn.social({ provider: "discord" })
7 replies
BABetter Auth
•Created by Codex 🧃 on 3/31/2025 in #help
Callback when logging in with social.
I want to listen for when a user firstly creates their account using a social
7 replies