useSession() - expression not callable?

127.0.0.1 oauth redirects
Latest CLI changes drizzle datetime fields from mode: 'timestamp' → mode: 'timestamp_ms'
user.additionalFields to my config, so i ran npx @better-auth/cli generate and all the existing datetime fields were changed from a unix timestamp in seconds to a unix timestamp in milliseconds. here’s a representative example extracted from session, with before:
expiresAt: integer('expires_at', { mode: 'timestamp' }).notNull(),
expiresAt: integer('expires_at', { mode: 'timestamp' }).notNull(),
A Node.js api is used which is not supported in the edge runtime
Hey
mapProfileToUser method
https://www.better-auth.com/docs/concepts/oauth#mapprofiletouser...Enforce Email Domain Restriction on Google
Is there a way to pass a transaction (tx) into Better Auth APIs?
SvelteKit Issues
Adding users to Team when accepting an Invite
After login not getting the activeOrganizationId
lastActiveOrgId for example) before the session is created in the database (check image for example)Best practice to deal with a "child profile" / "kid profile"
SSO/SAML Example
Schema adjustment not being reflected.
/schemas/ folder, with multiple different files and an entry index.ts which exports * from the different files....
Multi Step Authentication Flow
Better Auth implementation with Next.js with my current backend setup
Issues with expo plugin on android
Error Changing user email in server from client (URGENT) EXPRESS JS
const UpdateEmail = await axios.post("/api/auth/change-email", {
newEmail:values.email
}, { withCredentials:true ,baseURL:process.env.NEXT_PUBLIC_SERVER_URL}); ...Trying to resend verification email
Connecting toNuxt to a 3rd Party API
nuxt-auth-utils) and atached them as Bearer tokens using an api plugin. We just need to figure out how and when to refresh the tokens ...