Example Support Auth Remix.js

No control Over credentials on server side

Signin throws an occasional not valid JSON error

EDE in API endpoint set-active
MongoDB
Server auth not working (SvelteKit) via signin with email
Github Oauth not working in production
Failed to get source map when using auth.api.getSession() during first request
useSession()
render improperly.
Has anyone had this issue before? Where can I begin to debug?
```GET /api/auth/session 401 in 78ms...[Not sure if bug] Admin plugin does not use the Infering Types
'import.meta' is currently unsupported, js engine: hermes [Component Stack]
Request Keeps Pending (Express.js)

authClient.signOut error when multiSession() enabled with prisma adaptor
ERROR Invalid prisma.session.delete() invocation
nextjs app - better-auth 0.5.2-beta.17
after encountered similar error on my project, i cloned the official demo app and replaced database adaptor with prisma ended up with the above mentioned error.
error is not present when removing multiSession() plugin....
ReferenceError: process is not defined (Cloudflare + Sveltekit)
Google SSO not working
signUp on server-side not sending sendVerificationEmail()
Argument `username` is missing when connecting with GitHub Provider

Can't use Cloudflare D1 database with Hono backend on Cloudflare Workers
env context
is only exposed to incoming requests, It can't seem to be possible to create a config for better-auth on Hono using the D1 Database from Cloudflare Workers.
This example of D1 with better-auth is for the OpenNext new implementation for Workers, I'm wondering if there's a way to set it up also on Hono.
I've been able to make it work from SolidStart with a similar configuration but I'm stuck on Hono, and I'd prefer to have the server backend of better-auth on a separate Hono Worker without relying on CF Functions from the full-stack app....