Email OTP SignUp
disableSignUp
is enabled? I enabled it because we want to manually sign up new users only via an admin page, and want to block login attempts for unregistered emails. However there doesn't seem to be any other way to sing up a user with this plugin.
- The only workaround I have found is to also enable the emailAndPassword
flow, and then create users that way with a very random password that will never get used. And now that the user exists, the OTP flow seems to work as expected. Could this cause any issues or does it seem like a safe approach?...Polar
Email & Password verification with refresh token
Server side validation
How to refresh cookie cache
Polar error after upgrading to zod 4 beta
Updating better-auth schema after re-defining Prisma Schema

Retrive organizations members with bearer token
How do teams work in user management?
ctx.error type

Getting SERVER_ERROR: TypeError: Cannot read properties of undefined (reading 'validate')
Session cookie not working in production deployment

useSession is not is not callable ?
createAuthClient
from better-auth/client
rather than better-auth/react
Error on generate schema with prisma

How to make two unique fields in a schema

How do I use the auth.api.deleteUser endpoint from a server action?
account_not_linked: I have react and express setup and using better auth
User avatars/profile pics for Microsoft Entra social sign in
Determine if new user without callbacks in expo
authClient.signin.social
in an expo app the deep link callbacks don't currently work, sounds like it should be fixed in an upcoming version. In the meantime I'm using the workaround that is in the example expo project to force a redirect after authenticating:
```
useEffect(() => {
if (isAuthenticated) {...