On-boarding step after social login
why the ipAddress config is used
ipAddress: {
ipAddressHeaders: ["x-client-ip", "x-forwarded-for"],
disableIpTracking: false
},
...Re-sending verification link after verification token expires
300+ type errors in better auth packages when attempting to build the project
tsc
(node+express app), I get 321 type errors from better auth packages.
Is there a way to use the permissions API without admin or organization plugin?
Cookie not being set when using live lambdas
authClient.signIn
Session still active after calling authClient.revokeSession
403 error when listing user from superadmin role
auth.ts
```tsx
user: {
deleteUser: {
enabled: true,...Use auth on client or server (NEXTJS)
better-auth organizations
organizationCreation
's beforeCreate and afterCreate I don't see any request being passed in. It's only the organization details even though I am passing in the headers directly to the api (because I'm calling this from the server).
```ts
// Organization plugin setup
organization({...Access token from Social Login
authClient.useSession
and authClient.listAccounts()
. Is there a way?
I am using Hono on backend and React with Vite on frontend....Change password from the server
headers
of the user making the request.Set active org on login
How to save ip addresses into the session table

you are not allowed to list users 403 error
auth
```tsx
additionalFields: {...Stripe: how can we renew a cancelled subscription
How to log sign-in, sign-out, and errors?
Cant delete API_Key

Feedback on Using Hooks for Email Verification After Sign-In

Why does the session disappear after refresh?
