New sessions keep expiring after only 1 day, despite config being set to 7 days
expiresIn property under session. Attached is a screenshot of what the session looks like in my database and below is my config file.
Does anyone have any thoughts why this is happening?...
OAuth Proxy while using Cloudflare
How do I make username a required field during sign up?
afterUpdate hook receives query result instead of account object
genericOAuth link with other additional field
Admin plugin types doesn't work
role from admin plugin but in code it shows me an error that the property doesn't exists? https://discord.com/channels/1288403910284935179/1427790036828553347adding additional fields to accounts table
linkSocial it makes a row in the account table but it doesnt include any information about the users linkedSocial, how could I add this field? I had a look into the additionalFields docs but it doesn't look like this works with linkSocial function?...Best way to setup server with multiple apps that need auth.
obtaining the accountId which the user linked
/dashboard/feed/{newAccountId}. However, it doesn't seem possible that the account ID is able to be retrieved, I tried using the onSuccess callback, but the response data includes no information about the social that they just linked. Is there a work around for this?
```ts...Auth Client not sending cookies to Server
authClient.$fetch in a project to make requests to my server (Elysia + Better Auth). However, I noticed that the server is not able to identify the user, because $fetch is not sending the cookies in the request.
I tested adding the cookies manually to the request, and it worked correctly.
My question is: shouldn't authClient.$fetch include cookies automatically? If that’s not the expected behavior, what is the advantage of using it instead of the standard fetch?...Bun: Failed to initialize database adapter
Proxied Google OAuth no longer setting cookies
getSession or useSession, I only get null if the request was proxied (so only the only working domain is the BETTER_AUTH_URL ). I've stepped through the requests in dev tools and found that the 302 response for oauth-proxy-callback does contain the set-cookie header with the expected values (__Secure-better-auth.state and __Secure-better-auth.session_token), but on the preview deploys the next request for get-session doesn't use it (its cookie header is set to only "__Secure-better-auth.state="). On the main site, this fetch does include the __Secure-better-auth.session_token, which returns the session properly.
I've tried updating the cookie attribues to sameSite none and secure: true, which I see reflected in the oauth proxy request, but it doesn't seem to help. Have there been any other changes to cookies, OAuth, or proxying that could have broken this? Thanks!...infer additional organization field on nextjs doesnt work for hooks?

how to use organization plugin adapter
findMemberByOrgId. since it already exists I'd like to avoid writing the db query myself.
https://github.com/better-auth/better-auth/blob/dd27fa9b7981e900fb59c317c1f4aed53c05e45a/packages/better-auth/src/plugins/organization/adapter.ts#L192
how to access it from user land?...Best approach for handling two user types (CMS + App) with Better Auth and Prisma
Organization Logic
Problems with infering client session from a monorepo
createAuth which is going to build the authInstance to use it on the server and also it's going to return a type to use it on the client to infer that part.
Since I updated to the v1.3.27 I started getting issues with the types so I have to remove the declaration: true prop from my auth package. That fixed the error that I had with TS but the session is not infered on the client....
betterAuth + drizzle + pg throws error on `db push`
displaying error if account is already linked using linkSocial()
linkSocial because they have to leave the page to go through the oauth flow. ...