Email OTP Sign in/Sign up
SSO Unable to do SAML registration

Typeerror: Invalid url. magic link issue

how to reduce db queries
Organizations Plugin Help
Why few keys in redis has no TTL?

Define different pg schema for auth tables
public
schema?
Auth.js creates a separate next_auth
schema for these tables which seems like a more secure method?
Supabase has a separate auth
schema....Vercel: State Mismatch. Verification not found
State Mismatch. Verification not found
when my app is deployed to Vercel, but not when I test it locally.
I can go through the entire OAuth flow in Vercel, but I land on an error page and the logs output this error.
Is there any specific Vercel configuration I should be aware of?...Better-Auth, Polar, and Vercel deployment error
vite.config.ts
worked:
```js
import { sveltekit } from "@sveltejs/kit/vite";
import tailwindcss from "@tailwindcss/vite";...twitter provider: unable_to_get_user_info
Error Code: unable_to_get_user_info
so I removed the scopes. but I'm still getting this error. The code is exactly the same as it was earlier today when it was working 🤷🏼♂️
I tried logging into my X account and revoke access to my app, so it could request it from scratch, but still the same problem persists....
is there a way to update the session after creating an organization?
Unable to send email verification when using Admin plugin createUser
authClient.admin.createUser
method, the user is created with an emailVerified
value of false
. On face value this sounds fine but then when subsequently trying to send verificationEmail using authClient.sendVerificationEmail
I get a 400 Bad Request error with the code "YOU_CAN_ONLY_SEND_A_VERIFICATION_EMAIL_TO_AN_UNVERIFIED_EMAIL"
```tsx
const {data: newUser, error} = await authClient.admin.createUser({
email: values.email,...organization plugin + projects?
Is it safe to allow locahost as trusted origin
Soft deletes for org members table or any org related tables
Confused about cookie domain/trustedOrigins
email verification token not storing in table
JWT and avoid cookies
displayUsername is normalizing to lowercase.