How to add custom fields on Sign-up?
stripe plugin & Polar plugin for payment
Cannot verify TOTP after successfully setting up 2FA, getting `INVALID_TWO_FACTOR_COOKIES`
twoFactorEnabled
to TRUE
for the user.
However when that user later logs out and back in, and needs to verify their 2FA TOTP code, I get this error INVALID_TWO_FACTOR_COOKIES
. No two factor cookies are being set anywhere, and I have tried to log them but they aren't generated by the enable nor verify TOTP in my totp/setup
routes.
What could be the issue? Thank you....how to listUser from admin plugin?

BetterAuth as OAuth2 Server
Can i use Better-auth api in nodejs which exposes my auth route to frontend on flutter
How to handle deleted user?
genericOAuth discoveryUrl TypeError: Invalid URL
# SERVER_ERROR: [TypeError: Invalid URL] { code: 'ERR_INVALID_URL', input: 'undefined' }
POST /api/auth/sign-in/social 500 in 1873ms
# SERVER_ERROR: [TypeError: Invalid URL] { code: 'ERR_INVALID_URL', input: 'undefined' }
POST /api/auth/sign-in/social 500 in 1873ms
[Issue]: Redirect banned user to a custom page after login in with OAuth (Google)

How to login right after signing up with OTP email?
Prisma Adapter not generating Additional Fields for Organization
I am gettng internal server error and not understanding why, how to get logs
GET http://localhost:3000/api/auth/get-session 500 (Internal Server Error)
GET http://localhost:3000/api/auth/get-session 500 (Internal Server Error)
Managing Device Identifier Cookie: Where to Handle and Refresh It?
Failing to extend context via createAuthMiddleware
organisationName
to the auth.api.signInSocial
method on the server.
The middleware catches this argument however I cannot succeed at passing it so it's available in the database hook. How can I solve this?
Thank you....
Stripe plugin with organizations, did anyone get it to work?
Requesting permissions for Discord Bot using OAuth2 Login
Auth Client vs. Server-Side Authentication
Session cleanup
expiresAt
, but they don't get deleted from the DB once they expire....Auth not working across completely different domains (app)
auth-service.com
and my-app.io
- totally unrelated domains).
My setup:
- Auth server on a.xyz
- Main app on foo.abc
...Session is linked to wrong user when using OAuth