basic white guy
basic white guy
Explore posts from servers
BABetter Auth
Created by Maqed on 2/5/2025 in #help
Can I use Phone Number plugin to just add phone number to existing users?
thank you its updating it
11 replies
BABetter Auth
Created by Maqed on 2/5/2025 in #help
Can I use Phone Number plugin to just add phone number to existing users?
would you recommend in the onSuccess of the .verify to update the user table, since callbackOnVerification doesnt return anything?
11 replies
BABetter Auth
Created by Maqed on 2/5/2025 in #help
Can I use Phone Number plugin to just add phone number to existing users?
I running the send a verify in the same file
await authClient.phoneNumber.sendOtp(
{
phoneNumber: data.phoneNumber,
},
{
onError: (error) => {
toast({
title: "OTP Send Failed",
description: error.error.message,
variant: "destructive",
});
},
onSuccess: () => {
setPage(2);
},
},
);
await authClient.phoneNumber.sendOtp(
{
phoneNumber: data.phoneNumber,
},
{
onError: (error) => {
toast({
title: "OTP Send Failed",
description: error.error.message,
variant: "destructive",
});
},
onSuccess: () => {
setPage(2);
},
},
);
await authClient.phoneNumber.verify(
{
phoneNumber: form.getValues("phoneNumber"),
code: pin,
// disableSession: true,
},
{
onError: (error) => {
toast({
title: "OTP Verification Failed",
description: error.error.message,
variant: "destructive",
});
},
onSuccess: (ctx) => {
console.log("🚀 ~ Success handleVerifyOTP ~ ctx:", ctx);
},
},
);
await authClient.phoneNumber.verify(
{
phoneNumber: form.getValues("phoneNumber"),
code: pin,
// disableSession: true,
},
{
onError: (error) => {
toast({
title: "OTP Verification Failed",
description: error.error.message,
variant: "destructive",
});
},
onSuccess: (ctx) => {
console.log("🚀 ~ Success handleVerifyOTP ~ ctx:", ctx);
},
},
);
this is triggering callbackOnVerification but its not updating the user table
11 replies
BABetter Auth
Created by Maqed on 2/5/2025 in #help
Can I use Phone Number plugin to just add phone number to existing users?
did you figure this out? having the same issue User can come back as null, the user I want to update wont come back event tho they exist
11 replies
BABetter Auth
Created by basic white guy on 2/3/2025 in #help
Additional Fields default value not being applied (drizzle)
7 replies
BABetter Auth
Created by basic white guy on 2/3/2025 in #help
Additional Fields default value not being applied (drizzle)
I tried to change it so it will be input: false but this didnt fix it
7 replies
BABetter Auth
Created by basic white guy on 2/3/2025 in #help
Additional Fields default value not being applied (drizzle)
No description
7 replies
BABetter Auth
Created by basic white guy on 2/3/2025 in #help
Additional Fields default value not being applied (drizzle)
No description
7 replies
TTCTheo's Typesafe Cult
Created by Noor on 3/2/2024 in #questions
Best Chart/Graphs React Library
7 replies