Question about how to apporoach data
Questions about signup/signout in Next
Bearer Tokens For Authenticating Requests to Backend (Express)
How to utilize organization capabilities for both site administration and user organizations?
:question: How to Log In Programmatically as Any User (Super Admin Impersonation Use Case)
Better Auth with prisma/mariadb
How to Efficiently Cache JWT in Next.js to Avoid 1.5s Latency?
Authentication without access to DB
Multiple Session Requests.

Change password algo for the username plugin?
emailAndPassword
you can do this
```
export const auth = betterAuth({
//...rest of the options...how to build on top of useSession?
useUser
method to the auth client. All I want is for it to leverage the existing useSession
and extract out the user
data object without directly making a server call.
I looked into getActions but don't see a way to access the current auth client object, i.e. something equivalent to the "this" reference in order to call useSession
.
Could someone more experienced in this let me know if this is possible and/or suggest an alternate approach? I'm currently using solidstart but suspect that the answer would be platform-agnostic. I can always define useUser
outside of authClient but was wondering if it is doable via a plugin instead....Modify User database creation
customSession(async ({ user, session }) => { user.default_org_id }
does not exist here.
Thanks!...Middleware causing infinite redirects
Creating user with emailOTP

request in the auth file in the server side
How to use Better Auth with React Native CLI instead of Expo
Include additional field in session data
username
that I want to be included in the session data, but I don't know how to do it.
```tsx
import { betterAuth } from "better-auth";
import { drizzleAdapter } from "better-auth/adapters/drizzle";
import { db } from "./db/index";...
Request gets stuck and timeouted after Captcha
Add more tables using neon.tech