session returning null
headers object that I need to catch to get the session or have I missed a step?...
Using Drizzle, do I still need to fill in all the values on `session.additionalFields`?
Sharing resources between orgs
Error /sign-in/social 404 - Apple provider
Email Verification Complete hook?
Bearer token with social login
Cookies are not being passed from the front end to the back end in production within the monorepo.
.vercel.app subdomains don't allow cross-origin cookie sharing.
*   This means subdomains like floxify-fe.vercel.app and floxify-be.vercel.app can't share cookies.
*   Cookie sharing works fine when using your own custom domain (e.g., floxify-fe.floxify.ai and floxify-be.floxify.ai)....Organization update error
Admin Plugin Docs Question
impersonatedBy property  have that little Foreign Key tag? The property references an ID from the users table after all, doesn't it? Is it a compatibility issue for some databases or adapters - do some not have the option for optional foreign keys?
Custom email encryption / customize data saved in sessions
Redirect to custom error page
throw new APIError("FORBIDDEN", {
  code: "FORBIDDEN",
  message: "Access denied. This application is currently in maintenance mode.",
});
throw new APIError("FORBIDDEN", {
  code: "FORBIDDEN",
  message: "Access denied. This application is currently in maintenance mode.",
});
mapProfileToUser in the discord provider config, then check the needed info to throw an APIError and redirect to a custom error page:SvelteKit session not reacting after auth.api.signInEmail
auth.api.signInEmail, I use svelte redirect to go to the home page, but $session doesn't react. I have to manually reload the page for the session to reflect...what is the header for the token ?
Resend Email Verification not working.

Organization update error
Build Process for Forks
Expo + Convex + Better Auth
set default value on database level when extending core schema
Mapping IDs for Discord OAuth
Express integration: /api/auth/session and /sign‑in/email return 404, but auth.api.getSession works