Anonymous users cannot sign in again anonymously... but you can?
authClient.signIn.anonymous()
while already having an anonymous session, you get a bad request error. This is intentional of course.
However, a new anonymous user is still created, with a session, and the better-auth.session_token
cookie is also updated.
So either, the 400 error is nonsense because everything works properly. Or, the error is correct but all the logic is still executed. ..."superadmin" to bypass organization membership checks
Organization management for platform admins?
onboarding wizard: handle custom fields on session and caching session
How to scope MCP access tokens to a specific organization?
How to Retrieve Session in Next.js RSC Without Getting 401 (Next.js + Hono Integration)
Issues signing in with SSO
Session is set to www domain
Custom JWKS endpoint?
Polar plugin

Multisession orgs list for diffrent accounts

OIDC Provider: "No database configuration provided" and plugin not loaded on Vercel
Allow user to edit their own data
OAuth organization integrations
How can I know more about the invalid_client Error Code?
oauth_application
entry on my db that was generated by vscode the first time, without telling vscode to also remove it from its cache.
From vscode I ran the command "Remove Dynamic Authentication Provider" and tried again my MCP server, it did again the discovery process and it know works 😄...
Customizing schema is not working in client side.

disableCookieCache: it doesn't refresh the cookie cache
api.auth.getSession returns null
MCP Plugin not working with MCP Inspector
OPTIONS
request to the oauth registration endpoint (http://localhost:5173/api/auth/mcp/register), which is not defined by the plugin and returns a 404.
On the inspector, this ends the signin flow and it's not possible to use the inspector
I also noticed that the plugin is not defining a .well-known/oauth-protected-resource
route, which the MCP clients are querying...