future42
future42
BABetter Auth
Created by future42 on 3/2/2025 in #bug-reports
twoFactor.verifyTotp missing trustDevice: true
Same on twoFactor.verifyBackupCode,
4 replies
BABetter Auth
Created by future42 on 10/19/2024 in #bug-reports
signUp on server-side not sending sendVerificationEmail()
Ok we can close this issue. I have written the “Up” in lower case for sendOnSignUp: true.
// Package: sign-up.ts
if (ctx.context.options.emailVerification?.sendOnSignUp) {
...
// Package: sign-up.ts
if (ctx.context.options.emailVerification?.sendOnSignUp) {
...
The Docs are wrong: https://www.better-auth.com/docs/concepts/email#1-during-sign-up i create an PR on Github: Fix typo: corrected capitalization issue. #263
9 replies
BABetter Auth
Created by future42 on 10/19/2024 in #bug-reports
signUp on server-side not sending sendVerificationEmail()
Nope. With “better-auth”: “^0.5.2-beta.7”, it doesn't work.
9 replies
BABetter Auth
Created by future42 on 10/19/2024 in #bug-reports
signUp on server-side not sending sendVerificationEmail()
Ok, I think this is important information because the demo site uses the client library.
9 replies