better-auth-ui
twofa schema is missing
BetterAuthOptions database.casing?
casing option in BetterAuthOptions does?
It is referenced in the docs here:
https://www.better-auth.com/docs/reference/options#database
...auth.api.getSession() Causing Issue on Vercel Build

Verify TOTP before resetPassword
requestPasswordReset? ...Cookie do not return on server (Hono)
how can i prevent discord auth to automatically create new accounts?
Reusing Emails (soft delete feat)
I am new, can I use better-auth with rust backend?
cookiePrefix fucks up nextjs middleware
discord connection + auth
const accounts = await authClient.listAccounts();
const hasDiscord = accounts.data?.find((account) => account.provider === "discord");
const accounts = await authClient.listAccounts();
const hasDiscord = accounts.data?.find((account) => account.provider === "discord");
Link magiclink user to email account
Handling OAuth sign-ins, signing up later
signup_disabled when using disableImplicitSignUpNeed help for my Next.js Frontend + Hono Backend
Custom plugin not found type from ReturnType<typeof superAdminTableDataPlugin>

How do you send an authenticated request?
Bearer ${token} and my middleware looks like the following
...to set a cookie does not work
Github cancel UI
accessing plugins in DB hooks
Caching a user session with multiple relations (drizzle-orm postgresql)