saulgt
saulgt
BABetter Auth
Created by Allan on 3/6/2025 in #help
anonymous onLinkAccount() never called using auth.api.signUpEmail() or auth.api.signInEmail()
Forward the headers to the api calls:
auth.api.signUpEmail({
headers: await headers(), // < Pass the headers here
body: {
email,
password,
name: fullName,


},
}),
auth.api.signUpEmail({
headers: await headers(), // < Pass the headers here
body: {
email,
password,
name: fullName,


},
}),
4 replies