UNPKG

better-auth

Version:

The most comprehensive authentication framework for TypeScript.

10 lines (9 loc) 205 B
//#region src/plugins/anonymous/schema.ts const schema = { user: { fields: { isAnonymous: { type: "boolean", required: false, input: false, defaultValue: false } } } }; //#endregion export { schema };