Can not change the issuer and audience of JWT header and also the payload
How to implement invite-only registration flow with better-auth?
1. Existing admin user adds a new user by entering their email (and possibly name and role). 2. The new user receives email with a welcome message and a link (time limited) to complete account setup. 3. After clicking the link, the user is redirected to a page where they can enter a password and/or link their social account....
sendInvite
functionality in the admin plugin soon but magic link or forgot password for the time being should work fineHow can I make better-auth typesafe?

kysely + organization setup
Question on authorization
2-step login flow and organization question
Extending user object when calling getFullOrganization()
MongoDB Error Duplicate key
Running npx @better-auth/cli@latest generate does nothing.

nextjs error w/ betterauth on build

Help with Seeding Existing Users into Better Auth
Dealing with session expiration in a React app
Facing difficulties with NextJS + Hono + D1 (Cloudflare stack)
How to Ensure Organization List API is authorized
client.useListOrganizations
hook API that the docs recommend, I am using the raw client.organization.list
API and wrapping that within the TanStack Query function like so:
```ts...delete or clear cancelled invitations
delete
or clear cancelled invitations
didn't find anything related to delete invitations. this is what i found in index.d.ts
guide me, if i'm wrong.
readonly invitation: readonly ["create", "cancel"];
...passkey plugin's endpoint `generate-register-options` gives me 401

authClient.GetSessions() returning null for user data and session data
Enforce Email Domain Restriction with Google Sign-In
APIError
inside of mapProfileToUser
or getUserInfo
, but it doesn't trigger a redirection to /api/auth/error
, which I could have short-circuited to maybe do what I want, but it didn't work out....Error: The edge runtime does not support Node.js 'crypto' module
