Problem with OAuth (Google) using BetterAuth with Express for backend and Next.js Frontend
How to debug addPasskey not working in Production (Vercel)?
passkey
plugin, I can add a passkey locally/development but not in production (Vercel).
I'm using a simple button in NextJS to trigger adding a passkey:
```
const { data, error } = await authClient.passkey.addPasskey();...rpID
wrongly configured. 🤦
It was set to api.mysite.com
rather than mysite.com
.
A [Fido2Client]
Error in the Chrome console alerted me to the issue....FAILED_TO_CREATE_USER
name
when signing up as well.
perform action after successful email verification
Manually create a session
not getting rate limited
Password not updating on resetPassword
Best way to run code after user logs in/out
Query tables created by better auth with kysely

How to Force Email-OTP Plugin to Use Redis Instead of PostgreSQL
email-otp
plugin for authentication. The primary database is PostgreSQL, and Redis is set up as a secondary storage. I assumed that sessions and OTP verification would be handled through Redis.
However, when attempting to send an OTP, I get this error:
```...Image not updating when using genericOAuth client.oauth2.link
client.signIn.oauth2
the user info I get from my OAuth provider contains a image parameter that goes into my user image field in my db.
But when I try linking an existing user using client.oauth2.link
the user info I get from my OAuth provider still contains a image parameter but that info never gets updated in my user image field in my db.
https://www.better-auth.com/docs/plugins/generic-oauth#linking-oauth-accounts...Unable to send OTP
SolidJS useSession hook - refetch
const session = authClient.useSession();
await session().refetch();
const session = authClient.useSession();
await session().refetch();
Callback when logging in with social.
deleteUser questions
Replace or override baseEndpoints
Change email for unverified user ?
MSSQL not working at all
activeOrganizationId is null, but user is in Org.

Multiple roles per user in Admin plugin