Cannot create organization after adding additional fields.
`callbackURL` for `emailVerification` using `sendOnSignUp: true`
sendOnSignUp
is true
?
It seems I can set it if I manually trigger the verification email:
```...
Leave Organization

logger not working
/api/auth/callback hangs after switching to `linker=isolated`
linker=isolated
to get the expo + nextjs projects in my monorepo on different react versions. anyone ever see an issue like this before? it seems completely random and i havent touched anything better auth relatedTypeScript error with sveltekitCookies after updating to v1.3.4
sveltekitCookies
plugin, which seems like a regression after updating to the latest versions.
I'm getting a type mismatch error when using sveltekitCookies(getRequestEvent)
:
```...Auth.js comparison - Edge runtimes, JWT sessions, and scaling.
better-auth
while nearing completion of my auth.js
integration. After perusing the docs and forums, I understand why better-auth
is praised for it's ease of setup and community support (and confirm those as pain points with auth.js
) . I could abandon my auth.js
integration and work towards integrating better-auth
, but I do see a missing feature that gives me pause. From both the docs and posts I've found on the topic, it's not clear that better-auth
has a good answer to Auth.js
's edge compatibility?
Specifically, Auth.js
provides three strategies for you to store/fetch sessions and user data:
...CAPTCHA plugin — does it run on server-side API calls?
auth.api.signInEmail()
(server-side) instead of authClient.signIn.email()
on the client?
When I call from a +page.server.ts
form action (server-side), it doesn’t seem like the CAPTCHA plugin is being enforced....Send and Receive Custom State in Authorization Flow
how to properly setup for cross domain - express + vite react
Cookie “better-auth.session_token” has been rejected because it is in a cross-site context and its “SameSite” is “Lax” or “Strict”.
Cookie “better-auth.session_token” has been rejected because it is in a cross-site context and its “SameSite” is “Lax” or “Strict”.

How to handle multi-user authentication
Using custom API for auth
Organization Teams Permissions
Sign up a user that already exists
Custom fields with Magic Links/Social Sign Up
getSession does not work when baseURL is set
Setting up additional fields in organization plugin.
session data is null despite session cookie
Completely different user flows
auth/organization/list only lists 100 organizations -- is there a way to list all?