E2E Tests with BetterAuth
How to close passkeys prompt
Disable email fields (email login) i am only wanting to allow access-key auth
Error codes are not strings?

What's the difference between additionalFields and customSession?
auth.ts
. However, most of those fields are many to many relationships with other tables, so I cannot use the proper type in additionalFields.
...Storing Session Data
Is it possible to add multiple authentication systems?
getSessionCookie() always null | Next.js 15.2
getSessionCookie()
to check if a user has a session cookie.
My middleware looks like this (shortend):
```ts
......getSessionCookie
helper is expecting __secure
prefixed cookie but the server is still setting non secure cookie cause it's running on http
. You can pass useSecureCookie:false
in get session cookie config. Or update to 1.2.5-beta.3
which sohuld fix the issue.Any way to use split Access Tokens and Refresh Tokens
🛑 Next.js 15 – “cookies inside use cache” Error in Layout Component
Multiple Organization : Unable to ugprade

getSession causing error: "Cannot read properties of undefined (reading 'validate')"

user.findFirst and session.findFirst being run too many times
user.findFirst
and session.findFirst
being run to many times normal?
[RangeError: Too many properties to enumerate]
/api/auth/get-session
or via the getSessionCookie
helper, i always got a 500 error with "[RangeError: Too many properties to enumerate]", without any others details.
If you have some ideas to solve it, it would be a pleasure
thx...How to seed users?
Can i setup two separate auth config in single project
Add current Stripe plan to user object
Vercel Deploy Problems - Cookies not detected?
Broken auto sign in?

Azure B2C vs B2B
https://login.microsoftonline.com...
, but B2C opens https://smthg.b2clogin.com/smthg.onmicrosoft.com/mypolicy/...
...