Validate invalid token on reset password
Better auth does not work on NextJS
Stripe plugin triggers multiple create customer events in Stripe
Issue with Better-Auth Email Verification
Organizations: remove activeOrganization possible?
Cookies not saved in production
clearing 2FA cookie on logout
See what provider made the session
Setting an `apiKey` additional field on users
apiKey
field to my users, like so:
```ts
import { betterAuth } from "better-auth";
export const auth = betterAuth({...But I'm not sure how to generate an unique key for each user on signup. How can I do this?Use database hooks: https://www.better-auth.com/docs/concepts/database#2-after-hook...
custom type in additionalFields
additionalFields
?
Centralized auth
useSession weird behaviour
auth-client.ts
...
List of endpoints?
Can I use better auth as authentication layer between hono backed and next js frontend?
The table `main.verification` does not exist in the current database.
Stripe + Organisations
Legal terms compliance
Get user inside session hook
Unknown argument `stripeCustomerId` when creating customer on signup
stripeCustomerId
automatically on signup, gives me a prisma error. I found an other thread here where the issue was the schema not having stripeCustomerId
set as optional, but my schema does. Has anyone else had this issue?Warning: You did not specify an output path for your
generator in schema.prisma. This behavior is deprecated and will no longer be supported in Prisma 7.0.0.
, but then forgot to change the PrismaClient import statement from the old default path.Handling better-auth.two_factor cookie after TOTP verification and logout