Is it possible to let the user set up multiple devices for 2FA using TOTP?
Enabling OTP-Email 2FA Automatically on User Signup
auth.api.enable2FA
does not allow specifying a user.id. Even when using impersonation through the admin API, I have found it impossible to properly enable 2FA from the server side during user creation.
Does anyone have an idea or a workaround for ensuring that the 2FA data is generated and enabled automatically upon user creation?...Sign in request gets hanged
Update Password Error
await ctx.internalAdapter.updatePassword(session.user.id, hash)
but then receive this error - Error: The data types text and nvarchar are incompatible in the equal to operator. Any suggestions?...Error when trying to remove optional field from organization
SUBSCRIPTION_IS_NOT_ACTIVE when trying to restore a subscription cancelled during the trial period
Custom Password Validation
API Key plugin is always returning a KEY_NOT_FOUND error
invalid base url

updateAccountOnSignIn
Intercept a email password sign-in at server?
v1.2.6 and v.1.2.7 throws errors when logging in
verification
table where expires_at
is a TIMESTAMP/text column throws:
```
Oops!
Field expires_at not found in model verification...MongoDB Duplicate Key Session Error

Setting cookies with custom plugin auth
/api/auth/test/sso
...BetterAuth GitHub OAuth Creates Only Verification Records, No User/Account/Session
is BETTER_AUTH_SECRET safe to expose on the client?
How to handle phoneNumber.sendOtp errors ? Only 500 is returned
Use auth.api as request only?
Cant get listUsers in the admin plugin to work