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

scim/options

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

SCIM requiredRole option

The requiredRole option specifies minimum organization role(s) allowed to generate organization-scoped tokens and manage organization-scoped connections. Defaults to ["admin", organization.creatorRole ?? "owner"]. Example: scim({ requiredRole: ["owner"] })

SCIM providerOwnership option

The providerOwnership option with enabled: true links each personal provider connection to the user who generated its token. Defaults to { enabled: false }. Requires a database migration when enabled.

SCIM defaultSCIM option

The defaultSCIM option provides a default list of SCIM tokens for testing purposes.

SCIM storeSCIMToken option

The storeSCIMToken option specifies how to store the SCIM token in the database: "encrypted", "hashed", or "plain" text. Default is plain text. Alternatively, custom encryptor or hasher functions can be passed.

SCIM custom hasher for token storage

Custom hasher for storing SCIM tokens: scim({ storeSCIMToken: { hash: async (scimToken) => { return myCustomHasher(scimToken); } } })

Give your agent this brain