Is there a way to send both Magic Link and OTP together in one email?
Issues with integrating in Hono
User can't subscribe again after canceling ( Stripe )

apple sign in issue - state_not_found
Reach of OIDC access_token
Error codes and mapping to fields
Auth client in Next server actions - always getting 401
auth.api.doThing but I'd greatly prefer to use the auth client for the sake of consistency....Where is spMetadata supposed to come from?
forbids login on social provider (google) /callback after hook
Better Organization Billing / Stripe Plugin
Cloudflare + React Router v7 and Better Auth
Api key invalid even though it exists in the database
Disable client
401 when calling registerSSOProvider
api.getSession in pages router
getServerSideProps or API route) when using Next.js' pages router? Both of these seem to work but they give TypeScript errors:
```ts...emailOTP - I want to send OTP for both signup and signin flow in app, but distinguish between flows
disableSignUp: true
But if user is on Signup flow, I want to send them email otp and also create an account for them disableSignUp: false
...Enrich JWT with organisation membership info
definePayload? We want to embed eg. the member role in the JWT. I looked at using getFullOrganization , but that doesn't work as we're missing the request headers (or is there a way to access them?).
Best,...Same app on multiple subdomains
Help - userHasPermission
auth.api.userHasPermission. However, I'm only getting the error Property 'userHasPermission' does not exist on type 'InferAPI'. Is there any additional configuration I'm missing? Please, enlighten me!
How is account.accountId auto-populated for Twitter (X) OAuth2? Is /2/users/me called internally?