better-auth 1.3.0-beta.1 → 1.3.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adapters/drizzle-adapter/index.cjs +1 -1
- package/dist/adapters/drizzle-adapter/index.d.cts +2 -3
- package/dist/adapters/drizzle-adapter/index.d.mts +2 -3
- package/dist/adapters/drizzle-adapter/index.d.ts +2 -3
- package/dist/adapters/drizzle-adapter/index.mjs +1 -1
- package/dist/adapters/index.cjs +1 -1
- package/dist/adapters/index.d.cts +3 -4
- package/dist/adapters/index.d.mts +3 -4
- package/dist/adapters/index.d.ts +3 -4
- package/dist/adapters/index.mjs +1 -1
- package/dist/adapters/kysely-adapter/index.cjs +2 -2
- package/dist/adapters/kysely-adapter/index.d.cts +2 -3
- package/dist/adapters/kysely-adapter/index.d.mts +2 -3
- package/dist/adapters/kysely-adapter/index.d.ts +2 -3
- package/dist/adapters/kysely-adapter/index.mjs +2 -2
- package/dist/adapters/memory-adapter/index.cjs +2 -2
- package/dist/adapters/memory-adapter/index.d.cts +2 -3
- package/dist/adapters/memory-adapter/index.d.mts +2 -3
- package/dist/adapters/memory-adapter/index.d.ts +2 -3
- package/dist/adapters/memory-adapter/index.mjs +2 -2
- package/dist/adapters/mongodb-adapter/index.cjs +2 -2
- package/dist/adapters/mongodb-adapter/index.d.cts +2 -3
- package/dist/adapters/mongodb-adapter/index.d.mts +2 -3
- package/dist/adapters/mongodb-adapter/index.d.ts +2 -3
- package/dist/adapters/mongodb-adapter/index.mjs +2 -2
- package/dist/adapters/prisma-adapter/index.cjs +1 -1
- package/dist/adapters/prisma-adapter/index.d.cts +2 -3
- package/dist/adapters/prisma-adapter/index.d.mts +2 -3
- package/dist/adapters/prisma-adapter/index.d.ts +2 -3
- package/dist/adapters/prisma-adapter/index.mjs +1 -1
- package/dist/adapters/test.d.cts +2 -3
- package/dist/adapters/test.d.mts +2 -3
- package/dist/adapters/test.d.ts +2 -3
- package/dist/api/index.cjs +1 -1
- package/dist/api/index.d.cts +2 -3
- package/dist/api/index.d.mts +2 -3
- package/dist/api/index.d.ts +2 -3
- package/dist/api/index.mjs +2 -2
- package/dist/client/index.d.cts +4 -5
- package/dist/client/index.d.mts +4 -5
- package/dist/client/index.d.ts +4 -5
- package/dist/client/plugins/index.d.cts +4 -5
- package/dist/client/plugins/index.d.mts +4 -5
- package/dist/client/plugins/index.d.ts +4 -5
- package/dist/client/react/index.d.cts +4 -5
- package/dist/client/react/index.d.mts +4 -5
- package/dist/client/react/index.d.ts +4 -5
- package/dist/client/solid/index.d.cts +4 -5
- package/dist/client/solid/index.d.mts +4 -5
- package/dist/client/solid/index.d.ts +4 -5
- package/dist/client/svelte/index.d.cts +4 -5
- package/dist/client/svelte/index.d.mts +4 -5
- package/dist/client/svelte/index.d.ts +4 -5
- package/dist/client/vue/index.d.cts +4 -5
- package/dist/client/vue/index.d.mts +4 -5
- package/dist/client/vue/index.d.ts +4 -5
- package/dist/cookies/index.d.cts +2 -3
- package/dist/cookies/index.d.mts +2 -3
- package/dist/cookies/index.d.ts +2 -3
- package/dist/db/index.cjs +4 -4
- package/dist/db/index.d.cts +3 -4
- package/dist/db/index.d.mts +3 -4
- package/dist/db/index.d.ts +3 -4
- package/dist/db/index.mjs +4 -4
- package/dist/index.cjs +6 -6
- package/dist/index.d.cts +4 -5
- package/dist/index.d.mts +4 -5
- package/dist/index.d.ts +4 -5
- package/dist/index.mjs +6 -6
- package/dist/integrations/next-js.cjs +2 -2
- package/dist/integrations/next-js.d.cts +2 -3
- package/dist/integrations/next-js.d.mts +2 -3
- package/dist/integrations/next-js.d.ts +2 -3
- package/dist/integrations/next-js.mjs +2 -2
- package/dist/integrations/node.d.cts +2 -3
- package/dist/integrations/node.d.mts +2 -3
- package/dist/integrations/node.d.ts +2 -3
- package/dist/integrations/react-start.cjs +2 -2
- package/dist/integrations/react-start.d.cts +2 -3
- package/dist/integrations/react-start.d.mts +2 -3
- package/dist/integrations/react-start.d.ts +2 -3
- package/dist/integrations/react-start.mjs +2 -2
- package/dist/integrations/svelte-kit.cjs +1 -1
- package/dist/integrations/svelte-kit.d.cts +2 -3
- package/dist/integrations/svelte-kit.d.mts +2 -3
- package/dist/integrations/svelte-kit.d.ts +2 -3
- package/dist/integrations/svelte-kit.mjs +1 -1
- package/dist/oauth2/index.cjs +1 -1
- package/dist/oauth2/index.d.cts +4 -4
- package/dist/oauth2/index.d.mts +4 -4
- package/dist/oauth2/index.d.ts +4 -4
- package/dist/oauth2/index.mjs +1 -1
- package/dist/plugins/admin/index.cjs +2 -2
- package/dist/plugins/admin/index.d.cts +8 -9
- package/dist/plugins/admin/index.d.mts +8 -9
- package/dist/plugins/admin/index.d.ts +8 -9
- package/dist/plugins/admin/index.mjs +2 -2
- package/dist/plugins/anonymous/index.cjs +2 -2
- package/dist/plugins/anonymous/index.d.cts +3 -4
- package/dist/plugins/anonymous/index.d.mts +3 -4
- package/dist/plugins/anonymous/index.d.ts +3 -4
- package/dist/plugins/anonymous/index.mjs +2 -2
- package/dist/plugins/bearer/index.cjs +1 -1
- package/dist/plugins/bearer/index.d.cts +2 -3
- package/dist/plugins/bearer/index.d.mts +2 -3
- package/dist/plugins/bearer/index.d.ts +2 -3
- package/dist/plugins/bearer/index.mjs +1 -1
- package/dist/plugins/captcha/index.d.cts +2 -3
- package/dist/plugins/captcha/index.d.mts +2 -3
- package/dist/plugins/captcha/index.d.ts +2 -3
- package/dist/plugins/custom-session/index.cjs +1 -1
- package/dist/plugins/custom-session/index.d.cts +2 -3
- package/dist/plugins/custom-session/index.d.mts +2 -3
- package/dist/plugins/custom-session/index.d.ts +2 -3
- package/dist/plugins/custom-session/index.mjs +1 -1
- package/dist/plugins/email-otp/index.cjs +13 -2
- package/dist/plugins/email-otp/index.d.cts +2 -3
- package/dist/plugins/email-otp/index.d.mts +2 -3
- package/dist/plugins/email-otp/index.d.ts +2 -3
- package/dist/plugins/email-otp/index.mjs +13 -2
- package/dist/plugins/generic-oauth/index.cjs +1 -1
- package/dist/plugins/generic-oauth/index.d.cts +2 -3
- package/dist/plugins/generic-oauth/index.d.mts +2 -3
- package/dist/plugins/generic-oauth/index.d.ts +2 -3
- package/dist/plugins/generic-oauth/index.mjs +1 -1
- package/dist/plugins/haveibeenpwned/index.cjs +1 -1
- package/dist/plugins/haveibeenpwned/index.d.cts +2 -3
- package/dist/plugins/haveibeenpwned/index.d.mts +2 -3
- package/dist/plugins/haveibeenpwned/index.d.ts +2 -3
- package/dist/plugins/haveibeenpwned/index.mjs +1 -1
- package/dist/plugins/index.cjs +6 -6
- package/dist/plugins/index.d.cts +4 -5
- package/dist/plugins/index.d.mts +4 -5
- package/dist/plugins/index.d.ts +4 -5
- package/dist/plugins/index.mjs +8 -8
- package/dist/plugins/jwt/index.cjs +1 -1
- package/dist/plugins/jwt/index.d.cts +2 -3
- package/dist/plugins/jwt/index.d.mts +2 -3
- package/dist/plugins/jwt/index.d.ts +2 -3
- package/dist/plugins/jwt/index.mjs +1 -1
- package/dist/plugins/magic-link/index.cjs +1 -1
- package/dist/plugins/magic-link/index.mjs +1 -1
- package/dist/plugins/multi-session/index.cjs +1 -1
- package/dist/plugins/multi-session/index.d.cts +2 -3
- package/dist/plugins/multi-session/index.d.mts +2 -3
- package/dist/plugins/multi-session/index.d.ts +2 -3
- package/dist/plugins/multi-session/index.mjs +1 -1
- package/dist/plugins/oauth-proxy/index.cjs +1 -1
- package/dist/plugins/oauth-proxy/index.d.cts +2 -3
- package/dist/plugins/oauth-proxy/index.d.mts +2 -3
- package/dist/plugins/oauth-proxy/index.d.ts +2 -3
- package/dist/plugins/oauth-proxy/index.mjs +1 -1
- package/dist/plugins/oidc-provider/index.cjs +2 -2
- package/dist/plugins/oidc-provider/index.d.cts +7 -8
- package/dist/plugins/oidc-provider/index.d.mts +7 -8
- package/dist/plugins/oidc-provider/index.d.ts +7 -8
- package/dist/plugins/oidc-provider/index.mjs +2 -2
- package/dist/plugins/one-tap/index.cjs +1 -1
- package/dist/plugins/one-tap/index.mjs +1 -1
- package/dist/plugins/one-time-token/index.cjs +2 -2
- package/dist/plugins/one-time-token/index.d.cts +2 -3
- package/dist/plugins/one-time-token/index.d.mts +2 -3
- package/dist/plugins/one-time-token/index.d.ts +2 -3
- package/dist/plugins/one-time-token/index.mjs +2 -2
- package/dist/plugins/open-api/index.cjs +1 -1
- package/dist/plugins/open-api/index.d.cts +2 -3
- package/dist/plugins/open-api/index.d.mts +2 -3
- package/dist/plugins/open-api/index.d.ts +2 -3
- package/dist/plugins/open-api/index.mjs +1 -1
- package/dist/plugins/organization/index.cjs +2 -2
- package/dist/plugins/organization/index.d.cts +16 -5
- package/dist/plugins/organization/index.d.mts +16 -5
- package/dist/plugins/organization/index.d.ts +16 -5
- package/dist/plugins/organization/index.mjs +2 -2
- package/dist/plugins/passkey/index.cjs +1 -1
- package/dist/plugins/passkey/index.d.cts +2 -3
- package/dist/plugins/passkey/index.d.mts +2 -3
- package/dist/plugins/passkey/index.d.ts +2 -3
- package/dist/plugins/passkey/index.mjs +1 -1
- package/dist/plugins/phone-number/index.cjs +4 -1
- package/dist/plugins/phone-number/index.d.cts +2 -3
- package/dist/plugins/phone-number/index.d.mts +2 -3
- package/dist/plugins/phone-number/index.d.ts +2 -3
- package/dist/plugins/phone-number/index.mjs +4 -1
- package/dist/plugins/sso/index.cjs +1 -1
- package/dist/plugins/sso/index.d.cts +5 -6
- package/dist/plugins/sso/index.d.mts +5 -6
- package/dist/plugins/sso/index.d.ts +5 -6
- package/dist/plugins/sso/index.mjs +1 -1
- package/dist/plugins/two-factor/index.cjs +2 -2
- package/dist/plugins/two-factor/index.d.cts +5 -6
- package/dist/plugins/two-factor/index.d.mts +5 -6
- package/dist/plugins/two-factor/index.d.ts +5 -6
- package/dist/plugins/two-factor/index.mjs +2 -2
- package/dist/plugins/username/index.cjs +1 -1
- package/dist/plugins/username/index.d.cts +2 -3
- package/dist/plugins/username/index.d.mts +2 -3
- package/dist/plugins/username/index.d.ts +2 -3
- package/dist/plugins/username/index.mjs +1 -1
- package/dist/shared/{better-auth.CQV-2y_Y.mjs → better-auth.B1UvcDzZ.mjs} +1 -1
- package/dist/shared/{better-auth.BwzbjrL-.cjs → better-auth.B7Dt9CoJ.cjs} +1 -1
- package/dist/shared/{better-auth.BS3Demkz.d.mts → better-auth.BEKm37Eq.d.mts} +98 -4
- package/dist/shared/{better-auth.R5j4pcIB.cjs → better-auth.BK4bljal.cjs} +2 -2
- package/dist/shared/{better-auth.BSgag_pZ.d.mts → better-auth.BxzpFmqs.d.mts} +54 -78
- package/dist/shared/{better-auth.BSZkdMz9.d.mts → better-auth.BzQpV2kN.d.cts} +1 -1
- package/dist/shared/{better-auth.BwYdnxVP.mjs → better-auth.C3eCZf9N.mjs} +11 -4
- package/dist/shared/{better-auth.PJsOIE-w.mjs → better-auth.CBQcGOAy.mjs} +2 -2
- package/dist/shared/{better-auth.CPSgQTIC.d.cts → better-auth.CC9Ms4aB.d.cts} +98 -4
- package/dist/shared/{better-auth.DB2JDmZa.cjs → better-auth.CGOCIshw.cjs} +11 -4
- package/dist/shared/{better-auth.DFnceYs-.d.ts → better-auth.CJByo5vt.d.ts} +98 -4
- package/dist/shared/{better-auth.t-odN4bR.mjs → better-auth.CRISE-Is.mjs} +1 -1
- package/dist/shared/{better-auth.BRX9HmW3.cjs → better-auth.CTYN90cw.cjs} +8 -6
- package/dist/shared/{better-auth.DqX7a5VM.cjs → better-auth.CkL-IpXS.cjs} +1 -1
- package/dist/shared/{better-auth.DYTOYCeC.mjs → better-auth.ClyLnOjY.mjs} +103 -3
- package/dist/shared/{better-auth.Cwl5Knwc.d.ts → better-auth.D-rDifxj.d.ts} +1 -1
- package/dist/shared/{better-auth.Je-9x2o0.cjs → better-auth.D0zUlh1z.cjs} +2 -2
- package/dist/shared/{better-auth.BKlhXtHL.d.cts → better-auth.D3SwPO56.d.cts} +54 -78
- package/dist/shared/{better-auth.Crm9vBst.mjs → better-auth.DBODKok7.mjs} +1 -1
- package/dist/shared/better-auth.DEj39-fy.mjs +252 -0
- package/dist/shared/{better-auth.Cq_IRqUa.d.cts → better-auth.DVPJntsB.d.mts} +1 -1
- package/dist/shared/{better-auth.aoWSAn0M.d.ts → better-auth.DZKkrxpr.d.ts} +1 -1
- package/dist/shared/{better-auth.O1zfcGEF.d.ts → better-auth.DjkhD5zP.d.ts} +1 -1
- package/dist/shared/{better-auth.DTug7vFc.cjs → better-auth.Ds-w2spb.cjs} +102 -1
- package/dist/shared/{better-auth.B94WXQfY.d.cts → better-auth.EtzduzaF.d.cts} +1 -1
- package/dist/shared/{better-auth.9fzgvb1r.mjs → better-auth.J-FkYMpb.mjs} +8 -6
- package/dist/shared/better-auth.KCmQsDm-.cjs +254 -0
- package/dist/shared/{better-auth.B9DkIw04.mjs → better-auth.Lq361xtr.mjs} +1 -1
- package/dist/shared/{better-auth.CS2IBOWl.cjs → better-auth.RTMLk2Ya.cjs} +1 -1
- package/dist/shared/{better-auth.BggB1vcW.d.ts → better-auth.UFMnMTeX.d.ts} +54 -78
- package/dist/shared/{better-auth.KbWT0bhq.d.mts → better-auth.UKdFtWX0.d.mts} +1 -1
- package/dist/shared/{better-auth.ZDWCre_u.d.mts → better-auth.WBEBOTsK.d.mts} +1 -1
- package/dist/shared/{better-auth.Dh7DqaVh.mjs → better-auth.ZAqiQx_W.mjs} +2 -2
- package/dist/shared/{better-auth.Dfx21eYQ.cjs → better-auth._dAJf_oa.cjs} +1 -1
- package/dist/shared/{better-auth.DvXeGdnI.d.cts → better-auth.gttVRrLD.d.cts} +1 -1
- package/dist/social-providers/index.cjs +2 -1
- package/dist/social-providers/index.d.cts +1 -2
- package/dist/social-providers/index.d.mts +1 -2
- package/dist/social-providers/index.d.ts +1 -2
- package/dist/social-providers/index.mjs +1 -1
- package/dist/test-utils/index.cjs +8 -8
- package/dist/test-utils/index.d.cts +59 -102
- package/dist/test-utils/index.d.mts +59 -102
- package/dist/test-utils/index.d.ts +59 -102
- package/dist/test-utils/index.mjs +8 -8
- package/dist/types/index.d.cts +3 -4
- package/dist/types/index.d.mts +3 -4
- package/dist/types/index.d.ts +3 -4
- package/package.json +15 -2
- package/dist/shared/better-auth.BRk0Y4r_.cjs +0 -240
- package/dist/shared/better-auth.BZhNnOzT.mjs +0 -238
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
const drizzleOrm = require('drizzle-orm');
|
|
4
4
|
const index$1 = require('../../shared/better-auth.ANpbi45u.cjs');
|
|
5
|
-
const index = require('../../shared/better-auth.
|
|
5
|
+
const index = require('../../shared/better-auth.CGOCIshw.cjs');
|
|
6
6
|
require('../../shared/better-auth.D3mtHEZg.cjs');
|
|
7
7
|
require('../../shared/better-auth.BEphVDyL.cjs');
|
|
8
8
|
require('../../shared/better-auth.CXhVNgXP.cjs');
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.D3SwPO56.cjs';
|
|
2
2
|
import '../../shared/better-auth.9XhOL8gb.cjs';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
5
|
-
import 'jose';
|
|
4
|
+
import '../../shared/better-auth.CC9Ms4aB.cjs';
|
|
6
5
|
import 'kysely';
|
|
7
6
|
import 'better-call';
|
|
8
7
|
import 'better-sqlite3';
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.BxzpFmqs.mjs';
|
|
2
2
|
import '../../shared/better-auth.9XhOL8gb.mjs';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
5
|
-
import 'jose';
|
|
4
|
+
import '../../shared/better-auth.BEKm37Eq.mjs';
|
|
6
5
|
import 'kysely';
|
|
7
6
|
import 'better-call';
|
|
8
7
|
import 'better-sqlite3';
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.UFMnMTeX.js';
|
|
2
2
|
import '../../shared/better-auth.9XhOL8gb.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
5
|
-
import 'jose';
|
|
4
|
+
import '../../shared/better-auth.CJByo5vt.js';
|
|
6
5
|
import 'kysely';
|
|
7
6
|
import 'better-call';
|
|
8
7
|
import 'better-sqlite3';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { count, desc, asc, sql, eq, inArray, like, lt, lte, ne, gt, gte, and, or } from 'drizzle-orm';
|
|
2
2
|
import { B as BetterAuthError } from '../../shared/better-auth.DdzSJf-n.mjs';
|
|
3
|
-
import { c as createAdapter } from '../../shared/better-auth.
|
|
3
|
+
import { c as createAdapter } from '../../shared/better-auth.C3eCZf9N.mjs';
|
|
4
4
|
import '../../shared/better-auth.tB5eU6EY.mjs';
|
|
5
5
|
import '../../shared/better-auth.DORkW_Ge.mjs';
|
|
6
6
|
import '../../shared/better-auth.DBGfIDnh.mjs';
|
package/dist/adapters/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const index = require('../shared/better-auth.
|
|
3
|
+
const index = require('../shared/better-auth.CGOCIshw.cjs');
|
|
4
4
|
require('../shared/better-auth.D3mtHEZg.cjs');
|
|
5
5
|
require('../shared/better-auth.BEphVDyL.cjs');
|
|
6
6
|
require('../shared/better-auth.CXhVNgXP.cjs');
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { b as AdapterConfig, C as CreateCustomAdapter, B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.
|
|
2
|
-
export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.
|
|
1
|
+
import { b as AdapterConfig, C as CreateCustomAdapter, B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.D3SwPO56.cjs';
|
|
2
|
+
export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.D3SwPO56.cjs';
|
|
3
3
|
import '../shared/better-auth.9XhOL8gb.cjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../shared/better-auth.
|
|
6
|
-
import 'jose';
|
|
5
|
+
import '../shared/better-auth.CC9Ms4aB.cjs';
|
|
7
6
|
import 'kysely';
|
|
8
7
|
import 'better-call';
|
|
9
8
|
import 'better-sqlite3';
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { b as AdapterConfig, C as CreateCustomAdapter, B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.
|
|
2
|
-
export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.
|
|
1
|
+
import { b as AdapterConfig, C as CreateCustomAdapter, B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.BxzpFmqs.mjs';
|
|
2
|
+
export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.BxzpFmqs.mjs';
|
|
3
3
|
import '../shared/better-auth.9XhOL8gb.mjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../shared/better-auth.
|
|
6
|
-
import 'jose';
|
|
5
|
+
import '../shared/better-auth.BEKm37Eq.mjs';
|
|
7
6
|
import 'kysely';
|
|
8
7
|
import 'better-call';
|
|
9
8
|
import 'better-sqlite3';
|
package/dist/adapters/index.d.ts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { b as AdapterConfig, C as CreateCustomAdapter, B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.
|
|
2
|
-
export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.
|
|
1
|
+
import { b as AdapterConfig, C as CreateCustomAdapter, B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.UFMnMTeX.js';
|
|
2
|
+
export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.UFMnMTeX.js';
|
|
3
3
|
import '../shared/better-auth.9XhOL8gb.js';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../shared/better-auth.
|
|
6
|
-
import 'jose';
|
|
5
|
+
import '../shared/better-auth.CJByo5vt.js';
|
|
7
6
|
import 'kysely';
|
|
8
7
|
import 'better-call';
|
|
9
8
|
import 'better-sqlite3';
|
package/dist/adapters/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { c as createAdapter } from '../shared/better-auth.
|
|
1
|
+
export { c as createAdapter } from '../shared/better-auth.C3eCZf9N.mjs';
|
|
2
2
|
import '../shared/better-auth.tB5eU6EY.mjs';
|
|
3
3
|
import '../shared/better-auth.DORkW_Ge.mjs';
|
|
4
4
|
import '../shared/better-auth.DBGfIDnh.mjs';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const kyselyAdapter = require('../../shared/better-auth.
|
|
3
|
+
const kyselyAdapter = require('../../shared/better-auth._dAJf_oa.cjs');
|
|
4
4
|
require('kysely');
|
|
5
|
-
require('../../shared/better-auth.
|
|
5
|
+
require('../../shared/better-auth.CGOCIshw.cjs');
|
|
6
6
|
require('../../shared/better-auth.D3mtHEZg.cjs');
|
|
7
7
|
require('../../shared/better-auth.BEphVDyL.cjs');
|
|
8
8
|
require('../../shared/better-auth.CXhVNgXP.cjs');
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { Kysely } from 'kysely';
|
|
2
|
-
import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.
|
|
2
|
+
import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.D3SwPO56.cjs';
|
|
3
3
|
import '../../shared/better-auth.9XhOL8gb.cjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
6
|
-
import 'jose';
|
|
5
|
+
import '../../shared/better-auth.CC9Ms4aB.cjs';
|
|
7
6
|
import 'better-call';
|
|
8
7
|
import 'better-sqlite3';
|
|
9
8
|
import 'bun:sqlite';
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { Kysely } from 'kysely';
|
|
2
|
-
import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.
|
|
2
|
+
import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.BxzpFmqs.mjs';
|
|
3
3
|
import '../../shared/better-auth.9XhOL8gb.mjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
6
|
-
import 'jose';
|
|
5
|
+
import '../../shared/better-auth.BEKm37Eq.mjs';
|
|
7
6
|
import 'better-call';
|
|
8
7
|
import 'better-sqlite3';
|
|
9
8
|
import 'bun:sqlite';
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { Kysely } from 'kysely';
|
|
2
|
-
import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.
|
|
2
|
+
import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.UFMnMTeX.js';
|
|
3
3
|
import '../../shared/better-auth.9XhOL8gb.js';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
6
|
-
import 'jose';
|
|
5
|
+
import '../../shared/better-auth.CJByo5vt.js';
|
|
7
6
|
import 'better-call';
|
|
8
7
|
import 'better-sqlite3';
|
|
9
8
|
import 'bun:sqlite';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { c as createKyselyAdapter, k as kyselyAdapter } from '../../shared/better-auth.
|
|
1
|
+
export { c as createKyselyAdapter, k as kyselyAdapter } from '../../shared/better-auth.B1UvcDzZ.mjs';
|
|
2
2
|
import 'kysely';
|
|
3
|
-
import '../../shared/better-auth.
|
|
3
|
+
import '../../shared/better-auth.C3eCZf9N.mjs';
|
|
4
4
|
import '../../shared/better-auth.tB5eU6EY.mjs';
|
|
5
5
|
import '../../shared/better-auth.DORkW_Ge.mjs';
|
|
6
6
|
import '../../shared/better-auth.DBGfIDnh.mjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const memoryAdapter = require('../../shared/better-auth.
|
|
4
|
-
require('../../shared/better-auth.
|
|
3
|
+
const memoryAdapter = require('../../shared/better-auth.CkL-IpXS.cjs');
|
|
4
|
+
require('../../shared/better-auth.CGOCIshw.cjs');
|
|
5
5
|
require('../../shared/better-auth.D3mtHEZg.cjs');
|
|
6
6
|
require('../../shared/better-auth.BEphVDyL.cjs');
|
|
7
7
|
require('../../shared/better-auth.CXhVNgXP.cjs');
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.D3SwPO56.cjs';
|
|
2
2
|
import '../../shared/better-auth.9XhOL8gb.cjs';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
5
|
-
import 'jose';
|
|
4
|
+
import '../../shared/better-auth.CC9Ms4aB.cjs';
|
|
6
5
|
import 'kysely';
|
|
7
6
|
import 'better-call';
|
|
8
7
|
import 'better-sqlite3';
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.BxzpFmqs.mjs';
|
|
2
2
|
import '../../shared/better-auth.9XhOL8gb.mjs';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
5
|
-
import 'jose';
|
|
4
|
+
import '../../shared/better-auth.BEKm37Eq.mjs';
|
|
6
5
|
import 'kysely';
|
|
7
6
|
import 'better-call';
|
|
8
7
|
import 'better-sqlite3';
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.UFMnMTeX.js';
|
|
2
2
|
import '../../shared/better-auth.9XhOL8gb.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
5
|
-
import 'jose';
|
|
4
|
+
import '../../shared/better-auth.CJByo5vt.js';
|
|
6
5
|
import 'kysely';
|
|
7
6
|
import 'better-call';
|
|
8
7
|
import 'better-sqlite3';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { m as memoryAdapter } from '../../shared/better-auth.
|
|
2
|
-
import '../../shared/better-auth.
|
|
1
|
+
export { m as memoryAdapter } from '../../shared/better-auth.Lq361xtr.mjs';
|
|
2
|
+
import '../../shared/better-auth.C3eCZf9N.mjs';
|
|
3
3
|
import '../../shared/better-auth.tB5eU6EY.mjs';
|
|
4
4
|
import '../../shared/better-auth.DORkW_Ge.mjs';
|
|
5
5
|
import '../../shared/better-auth.DBGfIDnh.mjs';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const mongodbAdapter = require('../../shared/better-auth.
|
|
3
|
+
const mongodbAdapter = require('../../shared/better-auth.KCmQsDm-.cjs');
|
|
4
4
|
require('mongodb');
|
|
5
|
-
require('../../shared/better-auth.
|
|
5
|
+
require('../../shared/better-auth.CGOCIshw.cjs');
|
|
6
6
|
require('../../shared/better-auth.D3mtHEZg.cjs');
|
|
7
7
|
require('../../shared/better-auth.BEphVDyL.cjs');
|
|
8
8
|
require('../../shared/better-auth.CXhVNgXP.cjs');
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.D3SwPO56.cjs';
|
|
2
2
|
import { Db } from 'mongodb';
|
|
3
3
|
import '../../shared/better-auth.9XhOL8gb.cjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
6
|
-
import 'jose';
|
|
5
|
+
import '../../shared/better-auth.CC9Ms4aB.cjs';
|
|
7
6
|
import 'kysely';
|
|
8
7
|
import 'better-call';
|
|
9
8
|
import 'better-sqlite3';
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.BxzpFmqs.mjs';
|
|
2
2
|
import { Db } from 'mongodb';
|
|
3
3
|
import '../../shared/better-auth.9XhOL8gb.mjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
6
|
-
import 'jose';
|
|
5
|
+
import '../../shared/better-auth.BEKm37Eq.mjs';
|
|
7
6
|
import 'kysely';
|
|
8
7
|
import 'better-call';
|
|
9
8
|
import 'better-sqlite3';
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.UFMnMTeX.js';
|
|
2
2
|
import { Db } from 'mongodb';
|
|
3
3
|
import '../../shared/better-auth.9XhOL8gb.js';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
6
|
-
import 'jose';
|
|
5
|
+
import '../../shared/better-auth.CJByo5vt.js';
|
|
7
6
|
import 'kysely';
|
|
8
7
|
import 'better-call';
|
|
9
8
|
import 'better-sqlite3';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { m as mongodbAdapter } from '../../shared/better-auth.
|
|
1
|
+
export { m as mongodbAdapter } from '../../shared/better-auth.DEj39-fy.mjs';
|
|
2
2
|
import 'mongodb';
|
|
3
|
-
import '../../shared/better-auth.
|
|
3
|
+
import '../../shared/better-auth.C3eCZf9N.mjs';
|
|
4
4
|
import '../../shared/better-auth.tB5eU6EY.mjs';
|
|
5
5
|
import '../../shared/better-auth.DORkW_Ge.mjs';
|
|
6
6
|
import '../../shared/better-auth.DBGfIDnh.mjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const index$1 = require('../../shared/better-auth.ANpbi45u.cjs');
|
|
4
|
-
const index = require('../../shared/better-auth.
|
|
4
|
+
const index = require('../../shared/better-auth.CGOCIshw.cjs');
|
|
5
5
|
require('../../shared/better-auth.D3mtHEZg.cjs');
|
|
6
6
|
require('../../shared/better-auth.BEphVDyL.cjs');
|
|
7
7
|
require('../../shared/better-auth.CXhVNgXP.cjs');
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.D3SwPO56.cjs';
|
|
2
2
|
import '../../shared/better-auth.9XhOL8gb.cjs';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
5
|
-
import 'jose';
|
|
4
|
+
import '../../shared/better-auth.CC9Ms4aB.cjs';
|
|
6
5
|
import 'kysely';
|
|
7
6
|
import 'better-call';
|
|
8
7
|
import 'better-sqlite3';
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.BxzpFmqs.mjs';
|
|
2
2
|
import '../../shared/better-auth.9XhOL8gb.mjs';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
5
|
-
import 'jose';
|
|
4
|
+
import '../../shared/better-auth.BEKm37Eq.mjs';
|
|
6
5
|
import 'kysely';
|
|
7
6
|
import 'better-call';
|
|
8
7
|
import 'better-sqlite3';
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.UFMnMTeX.js';
|
|
2
2
|
import '../../shared/better-auth.9XhOL8gb.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
5
|
-
import 'jose';
|
|
4
|
+
import '../../shared/better-auth.CJByo5vt.js';
|
|
6
5
|
import 'kysely';
|
|
7
6
|
import 'better-call';
|
|
8
7
|
import 'better-sqlite3';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { B as BetterAuthError } from '../../shared/better-auth.DdzSJf-n.mjs';
|
|
2
|
-
import { c as createAdapter } from '../../shared/better-auth.
|
|
2
|
+
import { c as createAdapter } from '../../shared/better-auth.C3eCZf9N.mjs';
|
|
3
3
|
import '../../shared/better-auth.tB5eU6EY.mjs';
|
|
4
4
|
import '../../shared/better-auth.DORkW_Ge.mjs';
|
|
5
5
|
import '../../shared/better-auth.DBGfIDnh.mjs';
|
package/dist/adapters/test.d.cts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.
|
|
1
|
+
import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.D3SwPO56.cjs';
|
|
2
2
|
import '../shared/better-auth.9XhOL8gb.cjs';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../shared/better-auth.
|
|
5
|
-
import 'jose';
|
|
4
|
+
import '../shared/better-auth.CC9Ms4aB.cjs';
|
|
6
5
|
import 'kysely';
|
|
7
6
|
import 'better-call';
|
|
8
7
|
import 'better-sqlite3';
|
package/dist/adapters/test.d.mts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.
|
|
1
|
+
import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.BxzpFmqs.mjs';
|
|
2
2
|
import '../shared/better-auth.9XhOL8gb.mjs';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../shared/better-auth.
|
|
5
|
-
import 'jose';
|
|
4
|
+
import '../shared/better-auth.BEKm37Eq.mjs';
|
|
6
5
|
import 'kysely';
|
|
7
6
|
import 'better-call';
|
|
8
7
|
import 'better-sqlite3';
|
package/dist/adapters/test.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.
|
|
1
|
+
import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.UFMnMTeX.js';
|
|
2
2
|
import '../shared/better-auth.9XhOL8gb.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../shared/better-auth.
|
|
5
|
-
import 'jose';
|
|
4
|
+
import '../shared/better-auth.CJByo5vt.js';
|
|
6
5
|
import 'kysely';
|
|
7
6
|
import 'better-call';
|
|
8
7
|
import 'better-sqlite3';
|
package/dist/api/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const betterCall = require('better-call');
|
|
4
|
-
const socialProviders_index = require('../shared/better-auth.
|
|
4
|
+
const socialProviders_index = require('../shared/better-auth.Ds-w2spb.cjs');
|
|
5
5
|
const zod = require('zod');
|
|
6
6
|
const cookies_index = require('../cookies/index.cjs');
|
|
7
7
|
const schema = require('../shared/better-auth.DcWKCjjf.cjs');
|
package/dist/api/index.d.cts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import '../shared/better-auth.
|
|
2
|
-
export { l as AuthEndpoint, m as AuthMiddleware, bh as accountInfo, aL as callbackOAuth, b8 as changeEmail, b4 as changePassword, k as createAuthEndpoint, j as createAuthMiddleware, a$ as createEmailVerificationToken, b6 as deleteUser, b7 as deleteUserCallback, b9 as error, aX as forgetPassword, aZ as forgetPasswordCallback, aQ as freshSessionMiddleware, bf as getAccessToken, aH as getEndpoints, aM as getSession, aN as getSessionFromCtx, bd as linkSocialAccount, aR as listSessions, bc as listUserAccounts, ba as ok, o as optionsMiddleware, bj as originCheck, bi as originCheckMiddleware, bg as refreshToken, aP as requestOnlySessionMiddleware, aW as requestPasswordReset, aY as requestPasswordResetCallback, a_ as resetPassword, aU as revokeOtherSessions, aS as revokeSession, aT as revokeSessions, aI as router, b1 as sendVerificationEmail, b0 as sendVerificationEmailFn, aO as sessionMiddleware, b5 as setPassword, aK as signInEmail, aJ as signInSocial, aV as signOut, bb as signUpEmail, be as unlinkAccount, b3 as updateUser, b2 as verifyEmail } from '../shared/better-auth.
|
|
1
|
+
import '../shared/better-auth.CC9Ms4aB.cjs';
|
|
2
|
+
export { l as AuthEndpoint, m as AuthMiddleware, bh as accountInfo, aL as callbackOAuth, b8 as changeEmail, b4 as changePassword, k as createAuthEndpoint, j as createAuthMiddleware, a$ as createEmailVerificationToken, b6 as deleteUser, b7 as deleteUserCallback, b9 as error, aX as forgetPassword, aZ as forgetPasswordCallback, aQ as freshSessionMiddleware, bf as getAccessToken, aH as getEndpoints, aM as getSession, aN as getSessionFromCtx, bd as linkSocialAccount, aR as listSessions, bc as listUserAccounts, ba as ok, o as optionsMiddleware, bj as originCheck, bi as originCheckMiddleware, bg as refreshToken, aP as requestOnlySessionMiddleware, aW as requestPasswordReset, aY as requestPasswordResetCallback, a_ as resetPassword, aU as revokeOtherSessions, aS as revokeSession, aT as revokeSessions, aI as router, b1 as sendVerificationEmail, b0 as sendVerificationEmailFn, aO as sessionMiddleware, b5 as setPassword, aK as signInEmail, aJ as signInSocial, aV as signOut, bb as signUpEmail, be as unlinkAccount, b3 as updateUser, b2 as verifyEmail } from '../shared/better-auth.D3SwPO56.cjs';
|
|
3
3
|
export { APIError } from 'better-call';
|
|
4
4
|
import '../shared/better-auth.9XhOL8gb.cjs';
|
|
5
5
|
import 'zod';
|
|
6
|
-
import 'jose';
|
|
7
6
|
import 'kysely';
|
|
8
7
|
import 'better-sqlite3';
|
|
9
8
|
import 'bun:sqlite';
|
package/dist/api/index.d.mts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import '../shared/better-auth.
|
|
2
|
-
export { l as AuthEndpoint, m as AuthMiddleware, bh as accountInfo, aL as callbackOAuth, b8 as changeEmail, b4 as changePassword, k as createAuthEndpoint, j as createAuthMiddleware, a$ as createEmailVerificationToken, b6 as deleteUser, b7 as deleteUserCallback, b9 as error, aX as forgetPassword, aZ as forgetPasswordCallback, aQ as freshSessionMiddleware, bf as getAccessToken, aH as getEndpoints, aM as getSession, aN as getSessionFromCtx, bd as linkSocialAccount, aR as listSessions, bc as listUserAccounts, ba as ok, o as optionsMiddleware, bj as originCheck, bi as originCheckMiddleware, bg as refreshToken, aP as requestOnlySessionMiddleware, aW as requestPasswordReset, aY as requestPasswordResetCallback, a_ as resetPassword, aU as revokeOtherSessions, aS as revokeSession, aT as revokeSessions, aI as router, b1 as sendVerificationEmail, b0 as sendVerificationEmailFn, aO as sessionMiddleware, b5 as setPassword, aK as signInEmail, aJ as signInSocial, aV as signOut, bb as signUpEmail, be as unlinkAccount, b3 as updateUser, b2 as verifyEmail } from '../shared/better-auth.
|
|
1
|
+
import '../shared/better-auth.BEKm37Eq.mjs';
|
|
2
|
+
export { l as AuthEndpoint, m as AuthMiddleware, bh as accountInfo, aL as callbackOAuth, b8 as changeEmail, b4 as changePassword, k as createAuthEndpoint, j as createAuthMiddleware, a$ as createEmailVerificationToken, b6 as deleteUser, b7 as deleteUserCallback, b9 as error, aX as forgetPassword, aZ as forgetPasswordCallback, aQ as freshSessionMiddleware, bf as getAccessToken, aH as getEndpoints, aM as getSession, aN as getSessionFromCtx, bd as linkSocialAccount, aR as listSessions, bc as listUserAccounts, ba as ok, o as optionsMiddleware, bj as originCheck, bi as originCheckMiddleware, bg as refreshToken, aP as requestOnlySessionMiddleware, aW as requestPasswordReset, aY as requestPasswordResetCallback, a_ as resetPassword, aU as revokeOtherSessions, aS as revokeSession, aT as revokeSessions, aI as router, b1 as sendVerificationEmail, b0 as sendVerificationEmailFn, aO as sessionMiddleware, b5 as setPassword, aK as signInEmail, aJ as signInSocial, aV as signOut, bb as signUpEmail, be as unlinkAccount, b3 as updateUser, b2 as verifyEmail } from '../shared/better-auth.BxzpFmqs.mjs';
|
|
3
3
|
export { APIError } from 'better-call';
|
|
4
4
|
import '../shared/better-auth.9XhOL8gb.mjs';
|
|
5
5
|
import 'zod';
|
|
6
|
-
import 'jose';
|
|
7
6
|
import 'kysely';
|
|
8
7
|
import 'better-sqlite3';
|
|
9
8
|
import 'bun:sqlite';
|
package/dist/api/index.d.ts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import '../shared/better-auth.
|
|
2
|
-
export { l as AuthEndpoint, m as AuthMiddleware, bh as accountInfo, aL as callbackOAuth, b8 as changeEmail, b4 as changePassword, k as createAuthEndpoint, j as createAuthMiddleware, a$ as createEmailVerificationToken, b6 as deleteUser, b7 as deleteUserCallback, b9 as error, aX as forgetPassword, aZ as forgetPasswordCallback, aQ as freshSessionMiddleware, bf as getAccessToken, aH as getEndpoints, aM as getSession, aN as getSessionFromCtx, bd as linkSocialAccount, aR as listSessions, bc as listUserAccounts, ba as ok, o as optionsMiddleware, bj as originCheck, bi as originCheckMiddleware, bg as refreshToken, aP as requestOnlySessionMiddleware, aW as requestPasswordReset, aY as requestPasswordResetCallback, a_ as resetPassword, aU as revokeOtherSessions, aS as revokeSession, aT as revokeSessions, aI as router, b1 as sendVerificationEmail, b0 as sendVerificationEmailFn, aO as sessionMiddleware, b5 as setPassword, aK as signInEmail, aJ as signInSocial, aV as signOut, bb as signUpEmail, be as unlinkAccount, b3 as updateUser, b2 as verifyEmail } from '../shared/better-auth.
|
|
1
|
+
import '../shared/better-auth.CJByo5vt.js';
|
|
2
|
+
export { l as AuthEndpoint, m as AuthMiddleware, bh as accountInfo, aL as callbackOAuth, b8 as changeEmail, b4 as changePassword, k as createAuthEndpoint, j as createAuthMiddleware, a$ as createEmailVerificationToken, b6 as deleteUser, b7 as deleteUserCallback, b9 as error, aX as forgetPassword, aZ as forgetPasswordCallback, aQ as freshSessionMiddleware, bf as getAccessToken, aH as getEndpoints, aM as getSession, aN as getSessionFromCtx, bd as linkSocialAccount, aR as listSessions, bc as listUserAccounts, ba as ok, o as optionsMiddleware, bj as originCheck, bi as originCheckMiddleware, bg as refreshToken, aP as requestOnlySessionMiddleware, aW as requestPasswordReset, aY as requestPasswordResetCallback, a_ as resetPassword, aU as revokeOtherSessions, aS as revokeSession, aT as revokeSessions, aI as router, b1 as sendVerificationEmail, b0 as sendVerificationEmailFn, aO as sessionMiddleware, b5 as setPassword, aK as signInEmail, aJ as signInSocial, aV as signOut, bb as signUpEmail, be as unlinkAccount, b3 as updateUser, b2 as verifyEmail } from '../shared/better-auth.UFMnMTeX.js';
|
|
3
3
|
export { APIError } from 'better-call';
|
|
4
4
|
import '../shared/better-auth.9XhOL8gb.js';
|
|
5
5
|
import 'zod';
|
|
6
|
-
import 'jose';
|
|
7
6
|
import 'kysely';
|
|
8
7
|
import 'better-sqlite3';
|
|
9
8
|
import 'bun:sqlite';
|
package/dist/api/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { APIError, toResponse, createRouter } from 'better-call';
|
|
2
2
|
export { APIError } from 'better-call';
|
|
3
|
-
import { i as createAuthEndpoint, B as BASE_ERROR_CODES, q as createEmailVerificationToken, w as wildcardMatch, t as listSessions, u as updateUser, k as getSession, x as originCheckMiddleware, y as error, z as ok, A as accountInfo, C as getAccessToken, D as refreshToken, E as unlinkAccount, F as deleteUserCallback, G as listUserAccounts, I as linkSocialAccount, J as revokeOtherSessions, K as revokeSessions, L as revokeSession, M as requestPasswordResetCallback, N as requestPasswordReset, O as forgetPasswordCallback, P as deleteUser, Q as setPassword, R as changePassword, S as changeEmail, T as sendVerificationEmail, U as verifyEmail, V as resetPassword, W as forgetPassword, X as signInEmail, Y as signOut, Z as callbackOAuth, _ as signInSocial } from '../shared/better-auth.
|
|
4
|
-
export { f as createAuthMiddleware, l as freshSessionMiddleware, j as getSessionFromCtx, a0 as optionsMiddleware, o as originCheck, $ as requestOnlySessionMiddleware, n as sendVerificationEmailFn, s as sessionMiddleware } from '../shared/better-auth.
|
|
3
|
+
import { i as createAuthEndpoint, B as BASE_ERROR_CODES, q as createEmailVerificationToken, w as wildcardMatch, t as listSessions, u as updateUser, k as getSession, x as originCheckMiddleware, y as error, z as ok, A as accountInfo, C as getAccessToken, D as refreshToken, E as unlinkAccount, F as deleteUserCallback, G as listUserAccounts, I as linkSocialAccount, J as revokeOtherSessions, K as revokeSessions, L as revokeSession, M as requestPasswordResetCallback, N as requestPasswordReset, O as forgetPasswordCallback, P as deleteUser, Q as setPassword, R as changePassword, S as changeEmail, T as sendVerificationEmail, U as verifyEmail, V as resetPassword, W as forgetPassword, X as signInEmail, Y as signOut, Z as callbackOAuth, _ as signInSocial } from '../shared/better-auth.ClyLnOjY.mjs';
|
|
4
|
+
export { f as createAuthMiddleware, l as freshSessionMiddleware, j as getSessionFromCtx, a0 as optionsMiddleware, o as originCheck, $ as requestOnlySessionMiddleware, n as sendVerificationEmailFn, s as sessionMiddleware } from '../shared/better-auth.ClyLnOjY.mjs';
|
|
5
5
|
import { z } from 'zod';
|
|
6
6
|
import { setSessionCookie } from '../cookies/index.mjs';
|
|
7
7
|
import { f as parseUserInput } from '../shared/better-auth.Cc72UxUH.mjs';
|
package/dist/client/index.d.cts
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import { f as BASE_ERROR_CODES, h as BetterAuthPlugin, B as BetterAuthOptions } from '../shared/better-auth.
|
|
1
|
+
import { f as BASE_ERROR_CODES, h as BetterAuthPlugin, B as BetterAuthOptions } from '../shared/better-auth.D3SwPO56.cjs';
|
|
2
2
|
import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
3
3
|
import { BetterFetchError, BetterFetch, BetterFetchOption } from '@better-fetch/fetch';
|
|
4
4
|
export * from '@better-fetch/fetch';
|
|
5
|
-
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes, i as InferRoutes } from '../shared/better-auth.
|
|
6
|
-
export { A as AtomListener, h as InferAdditionalFromClient, e as InferPluginsFromClient, f as InferSessionFromClient, g as InferUserFromClient, S as Store } from '../shared/better-auth.
|
|
5
|
+
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes, i as InferRoutes } from '../shared/better-auth.EtzduzaF.cjs';
|
|
6
|
+
export { A as AtomListener, h as InferAdditionalFromClient, e as InferPluginsFromClient, f as InferSessionFromClient, g as InferUserFromClient, S as Store } from '../shared/better-auth.EtzduzaF.cjs';
|
|
7
7
|
import * as nanostores from 'nanostores';
|
|
8
8
|
import { Atom, PreinitializedWritableAtom } from 'nanostores';
|
|
9
9
|
export * from 'nanostores';
|
|
10
10
|
import { U as UnionToIntersection, P as PrettifyDeep } from '../shared/better-auth.9XhOL8gb.cjs';
|
|
11
11
|
import 'zod';
|
|
12
|
-
import '../shared/better-auth.
|
|
13
|
-
import 'jose';
|
|
12
|
+
import '../shared/better-auth.CC9Ms4aB.cjs';
|
|
14
13
|
import 'kysely';
|
|
15
14
|
import 'better-call';
|
|
16
15
|
import 'better-sqlite3';
|
package/dist/client/index.d.mts
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import { f as BASE_ERROR_CODES, h as BetterAuthPlugin, B as BetterAuthOptions } from '../shared/better-auth.
|
|
1
|
+
import { f as BASE_ERROR_CODES, h as BetterAuthPlugin, B as BetterAuthOptions } from '../shared/better-auth.BxzpFmqs.mjs';
|
|
2
2
|
import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
3
3
|
import { BetterFetchError, BetterFetch, BetterFetchOption } from '@better-fetch/fetch';
|
|
4
4
|
export * from '@better-fetch/fetch';
|
|
5
|
-
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes, i as InferRoutes } from '../shared/better-auth.
|
|
6
|
-
export { A as AtomListener, h as InferAdditionalFromClient, e as InferPluginsFromClient, f as InferSessionFromClient, g as InferUserFromClient, S as Store } from '../shared/better-auth.
|
|
5
|
+
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes, i as InferRoutes } from '../shared/better-auth.WBEBOTsK.mjs';
|
|
6
|
+
export { A as AtomListener, h as InferAdditionalFromClient, e as InferPluginsFromClient, f as InferSessionFromClient, g as InferUserFromClient, S as Store } from '../shared/better-auth.WBEBOTsK.mjs';
|
|
7
7
|
import * as nanostores from 'nanostores';
|
|
8
8
|
import { Atom, PreinitializedWritableAtom } from 'nanostores';
|
|
9
9
|
export * from 'nanostores';
|
|
10
10
|
import { U as UnionToIntersection, P as PrettifyDeep } from '../shared/better-auth.9XhOL8gb.mjs';
|
|
11
11
|
import 'zod';
|
|
12
|
-
import '../shared/better-auth.
|
|
13
|
-
import 'jose';
|
|
12
|
+
import '../shared/better-auth.BEKm37Eq.mjs';
|
|
14
13
|
import 'kysely';
|
|
15
14
|
import 'better-call';
|
|
16
15
|
import 'better-sqlite3';
|
package/dist/client/index.d.ts
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import { f as BASE_ERROR_CODES, h as BetterAuthPlugin, B as BetterAuthOptions } from '../shared/better-auth.
|
|
1
|
+
import { f as BASE_ERROR_CODES, h as BetterAuthPlugin, B as BetterAuthOptions } from '../shared/better-auth.UFMnMTeX.js';
|
|
2
2
|
import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
3
3
|
import { BetterFetchError, BetterFetch, BetterFetchOption } from '@better-fetch/fetch';
|
|
4
4
|
export * from '@better-fetch/fetch';
|
|
5
|
-
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes, i as InferRoutes } from '../shared/better-auth.
|
|
6
|
-
export { A as AtomListener, h as InferAdditionalFromClient, e as InferPluginsFromClient, f as InferSessionFromClient, g as InferUserFromClient, S as Store } from '../shared/better-auth.
|
|
5
|
+
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes, i as InferRoutes } from '../shared/better-auth.DZKkrxpr.js';
|
|
6
|
+
export { A as AtomListener, h as InferAdditionalFromClient, e as InferPluginsFromClient, f as InferSessionFromClient, g as InferUserFromClient, S as Store } from '../shared/better-auth.DZKkrxpr.js';
|
|
7
7
|
import * as nanostores from 'nanostores';
|
|
8
8
|
import { Atom, PreinitializedWritableAtom } from 'nanostores';
|
|
9
9
|
export * from 'nanostores';
|
|
10
10
|
import { U as UnionToIntersection, P as PrettifyDeep } from '../shared/better-auth.9XhOL8gb.js';
|
|
11
11
|
import 'zod';
|
|
12
|
-
import '../shared/better-auth.
|
|
13
|
-
import 'jose';
|
|
12
|
+
import '../shared/better-auth.CJByo5vt.js';
|
|
14
13
|
import 'kysely';
|
|
15
14
|
import 'better-call';
|
|
16
15
|
import 'better-sqlite3';
|
|
@@ -11,24 +11,23 @@ export { twoFactorClient } from '../../plugins/two-factor/index.cjs';
|
|
|
11
11
|
import { magicLink } from '../../plugins/magic-link/index.cjs';
|
|
12
12
|
import { phoneNumber } from '../../plugins/phone-number/index.cjs';
|
|
13
13
|
import { anonymous } from '../../plugins/anonymous/index.cjs';
|
|
14
|
-
import { a4 as FieldAttribute, B as BetterAuthOptions, h as BetterAuthPlugin } from '../../shared/better-auth.
|
|
14
|
+
import { a4 as FieldAttribute, B as BetterAuthOptions, h as BetterAuthPlugin } from '../../shared/better-auth.D3SwPO56.cjs';
|
|
15
15
|
import { admin } from '../../plugins/admin/index.cjs';
|
|
16
16
|
import { genericOAuth } from '../../plugins/generic-oauth/index.cjs';
|
|
17
17
|
import { jwt } from '../../plugins/jwt/index.cjs';
|
|
18
18
|
import { multiSession } from '../../plugins/multi-session/index.cjs';
|
|
19
19
|
import { emailOTP } from '../../plugins/email-otp/index.cjs';
|
|
20
|
-
import { S as Store } from '../../shared/better-auth.
|
|
20
|
+
import { S as Store } from '../../shared/better-auth.EtzduzaF.cjs';
|
|
21
21
|
import { sso } from '../../plugins/sso/index.cjs';
|
|
22
22
|
import { oidcProvider } from '../../plugins/oidc-provider/index.cjs';
|
|
23
|
-
import { a as apiKey } from '../../shared/better-auth.
|
|
23
|
+
import { a as apiKey } from '../../shared/better-auth.gttVRrLD.cjs';
|
|
24
24
|
import { oneTimeToken } from '../../plugins/one-time-token/index.cjs';
|
|
25
25
|
export * from '@simplewebauthn/server';
|
|
26
26
|
export { global } from '@simplewebauthn/server';
|
|
27
27
|
import 'zod';
|
|
28
28
|
import 'better-call';
|
|
29
29
|
import '../../plugins/organization/access/index.cjs';
|
|
30
|
-
import '../../shared/better-auth.
|
|
31
|
-
import 'jose';
|
|
30
|
+
import '../../shared/better-auth.CC9Ms4aB.cjs';
|
|
32
31
|
import 'kysely';
|
|
33
32
|
import 'better-sqlite3';
|
|
34
33
|
import 'bun:sqlite';
|
|
@@ -11,24 +11,23 @@ export { twoFactorClient } from '../../plugins/two-factor/index.mjs';
|
|
|
11
11
|
import { magicLink } from '../../plugins/magic-link/index.mjs';
|
|
12
12
|
import { phoneNumber } from '../../plugins/phone-number/index.mjs';
|
|
13
13
|
import { anonymous } from '../../plugins/anonymous/index.mjs';
|
|
14
|
-
import { a4 as FieldAttribute, B as BetterAuthOptions, h as BetterAuthPlugin } from '../../shared/better-auth.
|
|
14
|
+
import { a4 as FieldAttribute, B as BetterAuthOptions, h as BetterAuthPlugin } from '../../shared/better-auth.BxzpFmqs.mjs';
|
|
15
15
|
import { admin } from '../../plugins/admin/index.mjs';
|
|
16
16
|
import { genericOAuth } from '../../plugins/generic-oauth/index.mjs';
|
|
17
17
|
import { jwt } from '../../plugins/jwt/index.mjs';
|
|
18
18
|
import { multiSession } from '../../plugins/multi-session/index.mjs';
|
|
19
19
|
import { emailOTP } from '../../plugins/email-otp/index.mjs';
|
|
20
|
-
import { S as Store } from '../../shared/better-auth.
|
|
20
|
+
import { S as Store } from '../../shared/better-auth.WBEBOTsK.mjs';
|
|
21
21
|
import { sso } from '../../plugins/sso/index.mjs';
|
|
22
22
|
import { oidcProvider } from '../../plugins/oidc-provider/index.mjs';
|
|
23
|
-
import { a as apiKey } from '../../shared/better-auth.
|
|
23
|
+
import { a as apiKey } from '../../shared/better-auth.UKdFtWX0.mjs';
|
|
24
24
|
import { oneTimeToken } from '../../plugins/one-time-token/index.mjs';
|
|
25
25
|
export * from '@simplewebauthn/server';
|
|
26
26
|
export { global } from '@simplewebauthn/server';
|
|
27
27
|
import 'zod';
|
|
28
28
|
import 'better-call';
|
|
29
29
|
import '../../plugins/organization/access/index.mjs';
|
|
30
|
-
import '../../shared/better-auth.
|
|
31
|
-
import 'jose';
|
|
30
|
+
import '../../shared/better-auth.BEKm37Eq.mjs';
|
|
32
31
|
import 'kysely';
|
|
33
32
|
import 'better-sqlite3';
|
|
34
33
|
import 'bun:sqlite';
|