better-auth
Version:
The most comprehensive authentication library for TypeScript.
38 lines (35 loc) • 1.71 kB
JavaScript
export { d as convertFromDB, b as convertToDB, c as createInternalAdapter, a as getAdapter, e as getMigrations, f as getSchema, g as getWithHooks, m as matchType } from '../shared/better-auth.ByruPN9q.mjs';
export { g as getAuthTables } from '../shared/better-auth.DORkW_Ge.mjs';
export { t as toZodSchema } from '../shared/better-auth.DXqcUO8W.mjs';
export { a as accountSchema, g as getAllFields, m as mergeSchema, i as parseAccountInput, c as parseAccountOutput, h as parseAdditionalUserInput, e as parseInputData, p as parseOutputData, j as parseSessionInput, d as parseSessionOutput, f as parseUserInput, b as parseUserOutput, s as sessionSchema, u as userSchema, v as verificationSchema } from '../shared/better-auth.n2KFGwjY.mjs';
import '../shared/better-auth.CW6D9eSx.mjs';
import '../shared/better-auth.DcfNPS8q.mjs';
import '../shared/better-auth.8zoxzg-F.mjs';
import '../shared/better-auth.tB5eU6EY.mjs';
import '../shared/better-auth.DBGfIDnh.mjs';
import '@better-auth/utils/random';
import 'zod/v4';
import 'better-call';
import '@better-auth/utils/hash';
import '@noble/ciphers/chacha';
import '@noble/ciphers/utils';
import '@noble/ciphers/webcrypto';
import '@better-auth/utils/base64';
import 'jose';
import '@noble/hashes/scrypt';
import '@better-auth/utils';
import '@better-auth/utils/hex';
import '@noble/hashes/utils';
import '../shared/better-auth.B4Qoxdgc.mjs';
import '../shared/better-auth.DdzSJf-n.mjs';
import '../shared/better-auth.DwzM-9N1.mjs';
import 'kysely';
import '../shared/better-auth.gBl3F_xa.mjs';
import '../shared/better-auth.DGpadpzN.mjs';
const createFieldAttribute = (type, config) => {
return {
type,
...config
};
};
export { createFieldAttribute };