callbackURL doesnt work with signUp
Module' "better-auth" 'has no exported member 'betterAuth' .

Remember me for signin.emailOtp
How to refetch user data client-side?
Please Help: I am having a callback url issue.
how to use odic plugin in a monorepo setup
React native node:buffer
RavenDB adapter
Uncaught SyntaxError: 'super' keyword unexpected here. better-auth_client_plugins.js:11633

node:sqlite
oAuthProtectedResourceMetadata is not exported from plugins
oAuthProtectedResourceMetadata which makes sense but:
1. the route file is wrong (name of the file is .well-known/oauth-authorization-server/route.ts which is to expose the oauth autorization server rather than the metadata
2. the utility is not actually exported from better-auth/plugins
...user session null
How to make discord provider save username also in prisma adabter?
Setup for cross domains and local "cross ips" development?
How can I manage user roles when the client and server are in different projects?
permissions.ts in each project, because if one changes, the other also has to change. Is this where a solution such as microservices or a shared library might come in?...Username plugin with drizzle adapter gives Types errors
username plugin with the drizzle adapter.
```ts
import { betterAuth } from 'better-auth';
import { drizzleAdapter } from 'better-auth/adapters/drizzle';...Enable 2FA by default for all users
Auth object necessary in NextJS? but my backend is on another server.
sendVerificationEmail bug?
Is there a way to send both Magic Link and OTP together in one email?