new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Better Auth · all subjects

client apis/solid-start

2 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

SolidStart handler mounting

To integrate Better Auth with SolidStart, create a file named [...]auth].ts in the /routes/api/auth folder. Import the auth instance and use the toSolidStartHandler function from better-auth/solid-start to generate GET and POST exports. The code structure is: import { auth } from '~/lib/auth'; import { toSolidStartHandler } from 'better-auth/solid-start'; export const { GET, POST } = toSolidStartHandler(auth);

SolidStart integration prerequisite

Before integrating Better Auth with SolidStart, you must first have a Better Auth instance configured.

Give your agent this brain