Lmvdzande
Lmvdzande
BABetter Auth
Created by Lmvdzande on 4/16/2025 in #help
two factor with social
Hey I see in the documentation that enabling two factor requires a password
const { data } = await authClient.twoFactor.enable({
password: "password", // user password required
issuer: "my-app-name", // Optional, defaults to the app name
});
const { data } = await authClient.twoFactor.enable({
password: "password", // user password required
issuer: "my-app-name", // Optional, defaults to the app name
});
what happens when I am using social login
3 replies