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 · Plugins · all subjects

multi-session/api-methods

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

listDeviceSessions API method

Endpoint: GET /multi-session/list-device-sessions. Requires session. Lists all active sessions for the current user. Takes no parameters.

setActiveSession API method

Endpoint: POST /multi-session/set-active. Requires session. Sets the active session. Takes parameter: sessionToken (string, required) - the session token to set as active.

revokeDeviceSession API method

Endpoint: POST /multi-session/revoke. Requires session. Revokes a session. Takes parameter: sessionToken (string, required) - the session token to revoke.

Multi-session plugin signOut behavior

When a user logs out by calling the existing signOut method, the plugin will revoke all active sessions for the user automatically.

Give your agent this brain