better-auth 1.3.0-beta.4 → 1.3.0-beta.6
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.d.cts +2 -2
- package/dist/adapters/drizzle-adapter/index.d.mts +2 -2
- package/dist/adapters/drizzle-adapter/index.d.ts +2 -2
- package/dist/adapters/index.d.cts +3 -3
- package/dist/adapters/index.d.mts +3 -3
- package/dist/adapters/index.d.ts +3 -3
- package/dist/adapters/kysely-adapter/index.d.cts +2 -2
- package/dist/adapters/kysely-adapter/index.d.mts +2 -2
- package/dist/adapters/kysely-adapter/index.d.ts +2 -2
- package/dist/adapters/memory-adapter/index.d.cts +2 -2
- package/dist/adapters/memory-adapter/index.d.mts +2 -2
- package/dist/adapters/memory-adapter/index.d.ts +2 -2
- package/dist/adapters/mongodb-adapter/index.d.cts +2 -2
- package/dist/adapters/mongodb-adapter/index.d.mts +2 -2
- package/dist/adapters/mongodb-adapter/index.d.ts +2 -2
- package/dist/adapters/prisma-adapter/index.d.cts +2 -2
- package/dist/adapters/prisma-adapter/index.d.mts +2 -2
- package/dist/adapters/prisma-adapter/index.d.ts +2 -2
- package/dist/adapters/test.d.cts +2 -2
- package/dist/adapters/test.d.mts +2 -2
- package/dist/adapters/test.d.ts +2 -2
- package/dist/api/index.cjs +1 -1
- package/dist/api/index.d.cts +2 -2
- package/dist/api/index.d.mts +2 -2
- package/dist/api/index.d.ts +2 -2
- package/dist/api/index.mjs +2 -2
- package/dist/chunks/index.cjs +905 -0
- package/dist/chunks/index.mjs +895 -0
- package/dist/client/index.d.cts +4 -4
- package/dist/client/index.d.mts +4 -4
- package/dist/client/index.d.ts +4 -4
- package/dist/client/plugins/index.d.cts +8 -8
- package/dist/client/plugins/index.d.mts +8 -8
- package/dist/client/plugins/index.d.ts +8 -8
- package/dist/client/react/index.d.cts +9 -9
- package/dist/client/react/index.d.mts +9 -9
- package/dist/client/react/index.d.ts +9 -9
- package/dist/client/solid/index.d.cts +9 -9
- package/dist/client/solid/index.d.mts +9 -9
- package/dist/client/solid/index.d.ts +9 -9
- package/dist/client/svelte/index.d.cts +3 -3
- package/dist/client/svelte/index.d.mts +3 -3
- package/dist/client/svelte/index.d.ts +3 -3
- package/dist/client/vue/index.d.cts +3 -3
- package/dist/client/vue/index.d.mts +3 -3
- package/dist/client/vue/index.d.ts +3 -3
- package/dist/cookies/index.d.cts +2 -2
- package/dist/cookies/index.d.mts +2 -2
- package/dist/cookies/index.d.ts +2 -2
- package/dist/db/index.d.cts +3 -3
- package/dist/db/index.d.mts +3 -3
- package/dist/db/index.d.ts +3 -3
- package/dist/index.cjs +2 -2
- package/dist/index.d.cts +4 -4
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.mjs +2 -2
- package/dist/integrations/next-js.cjs +2 -2
- package/dist/integrations/next-js.d.cts +2 -2
- package/dist/integrations/next-js.d.mts +2 -2
- package/dist/integrations/next-js.d.ts +2 -2
- package/dist/integrations/next-js.mjs +2 -2
- package/dist/integrations/node.d.cts +2 -2
- package/dist/integrations/node.d.mts +2 -2
- package/dist/integrations/node.d.ts +2 -2
- package/dist/integrations/react-start.cjs +3 -3
- package/dist/integrations/react-start.d.cts +2 -2
- package/dist/integrations/react-start.d.mts +2 -2
- package/dist/integrations/react-start.d.ts +2 -2
- package/dist/integrations/react-start.mjs +3 -3
- package/dist/integrations/svelte-kit.cjs +1 -1
- package/dist/integrations/svelte-kit.d.cts +2 -2
- package/dist/integrations/svelte-kit.d.mts +2 -2
- package/dist/integrations/svelte-kit.d.ts +2 -2
- package/dist/integrations/svelte-kit.mjs +1 -1
- package/dist/oauth2/index.cjs +1 -1
- package/dist/oauth2/index.d.cts +8 -8
- package/dist/oauth2/index.d.mts +8 -8
- package/dist/oauth2/index.d.ts +8 -8
- package/dist/oauth2/index.mjs +1 -1
- package/dist/plugins/admin/index.cjs +2 -2
- package/dist/plugins/admin/index.d.cts +28 -27
- package/dist/plugins/admin/index.d.mts +28 -27
- package/dist/plugins/admin/index.d.ts +28 -27
- package/dist/plugins/admin/index.mjs +2 -2
- package/dist/plugins/anonymous/index.cjs +1 -1
- package/dist/plugins/anonymous/index.d.cts +2 -2
- package/dist/plugins/anonymous/index.d.mts +2 -2
- package/dist/plugins/anonymous/index.d.ts +2 -2
- package/dist/plugins/anonymous/index.mjs +1 -1
- package/dist/plugins/bearer/index.cjs +1 -1
- package/dist/plugins/bearer/index.d.cts +2 -2
- package/dist/plugins/bearer/index.d.mts +2 -2
- package/dist/plugins/bearer/index.d.ts +2 -2
- package/dist/plugins/bearer/index.mjs +1 -1
- package/dist/plugins/captcha/index.d.cts +2 -2
- package/dist/plugins/captcha/index.d.mts +2 -2
- package/dist/plugins/captcha/index.d.ts +2 -2
- package/dist/plugins/custom-session/index.cjs +1 -1
- package/dist/plugins/custom-session/index.d.cts +2 -2
- package/dist/plugins/custom-session/index.d.mts +2 -2
- package/dist/plugins/custom-session/index.d.ts +2 -2
- package/dist/plugins/custom-session/index.mjs +1 -1
- package/dist/plugins/email-otp/index.cjs +213 -101
- package/dist/plugins/email-otp/index.d.cts +101 -72
- package/dist/plugins/email-otp/index.d.mts +101 -72
- package/dist/plugins/email-otp/index.d.ts +101 -72
- package/dist/plugins/email-otp/index.mjs +213 -101
- package/dist/plugins/generic-oauth/index.cjs +1 -1
- package/dist/plugins/generic-oauth/index.d.cts +2 -2
- package/dist/plugins/generic-oauth/index.d.mts +2 -2
- package/dist/plugins/generic-oauth/index.d.ts +2 -2
- 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 -2
- package/dist/plugins/haveibeenpwned/index.d.mts +2 -2
- package/dist/plugins/haveibeenpwned/index.d.ts +2 -2
- package/dist/plugins/haveibeenpwned/index.mjs +1 -1
- package/dist/plugins/index.cjs +23 -1895
- package/dist/plugins/index.d.cts +7 -7
- package/dist/plugins/index.d.mts +7 -7
- package/dist/plugins/index.d.ts +7 -7
- package/dist/plugins/index.mjs +22 -1894
- package/dist/plugins/jwt/index.cjs +19 -13
- package/dist/plugins/jwt/index.d.cts +2 -2
- package/dist/plugins/jwt/index.d.mts +2 -2
- package/dist/plugins/jwt/index.d.ts +2 -2
- package/dist/plugins/jwt/index.mjs +19 -13
- package/dist/plugins/magic-link/index.cjs +39 -12
- package/dist/plugins/magic-link/index.d.cts +12 -2
- package/dist/plugins/magic-link/index.d.mts +12 -2
- package/dist/plugins/magic-link/index.d.ts +12 -2
- package/dist/plugins/magic-link/index.mjs +39 -12
- package/dist/plugins/multi-session/index.cjs +1 -1
- package/dist/plugins/multi-session/index.d.cts +2 -2
- package/dist/plugins/multi-session/index.d.mts +2 -2
- package/dist/plugins/multi-session/index.d.ts +2 -2
- 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 -2
- package/dist/plugins/oauth-proxy/index.d.mts +2 -2
- package/dist/plugins/oauth-proxy/index.d.ts +2 -2
- 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 -7
- package/dist/plugins/oidc-provider/index.d.mts +7 -7
- package/dist/plugins/oidc-provider/index.d.ts +7 -7
- 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 +8 -77
- package/dist/plugins/one-time-token/index.d.cts +14 -4
- package/dist/plugins/one-time-token/index.d.mts +14 -4
- package/dist/plugins/one-time-token/index.d.ts +14 -4
- package/dist/plugins/one-time-token/index.mjs +6 -79
- package/dist/plugins/open-api/index.cjs +1 -1
- package/dist/plugins/open-api/index.d.cts +2 -2
- package/dist/plugins/open-api/index.d.mts +2 -2
- package/dist/plugins/open-api/index.d.ts +2 -2
- package/dist/plugins/open-api/index.mjs +1 -1
- package/dist/plugins/organization/index.cjs +2 -2
- package/dist/plugins/organization/index.d.cts +249 -248
- package/dist/plugins/organization/index.d.mts +249 -248
- package/dist/plugins/organization/index.d.ts +249 -248
- package/dist/plugins/organization/index.mjs +2 -2
- package/dist/plugins/passkey/index.cjs +1 -1
- package/dist/plugins/passkey/index.d.cts +2 -2
- package/dist/plugins/passkey/index.d.mts +2 -2
- package/dist/plugins/passkey/index.d.ts +2 -2
- package/dist/plugins/passkey/index.mjs +1 -1
- package/dist/plugins/phone-number/index.cjs +1 -1
- package/dist/plugins/phone-number/index.d.cts +2 -2
- package/dist/plugins/phone-number/index.d.mts +2 -2
- package/dist/plugins/phone-number/index.d.ts +2 -2
- package/dist/plugins/phone-number/index.mjs +1 -1
- package/dist/plugins/sso/index.cjs +1 -1
- package/dist/plugins/sso/index.d.cts +5 -5
- package/dist/plugins/sso/index.d.mts +5 -5
- package/dist/plugins/sso/index.d.ts +5 -5
- package/dist/plugins/sso/index.mjs +1 -1
- package/dist/plugins/two-factor/index.cjs +103 -18
- package/dist/plugins/two-factor/index.d.cts +20 -4
- package/dist/plugins/two-factor/index.d.mts +20 -4
- package/dist/plugins/two-factor/index.d.ts +20 -4
- package/dist/plugins/two-factor/index.mjs +103 -18
- package/dist/plugins/username/index.cjs +4 -2
- package/dist/plugins/username/index.d.cts +3 -3
- package/dist/plugins/username/index.d.mts +3 -3
- package/dist/plugins/username/index.d.ts +3 -3
- package/dist/plugins/username/index.mjs +4 -2
- package/dist/shared/{better-auth.UFMnMTeX.d.ts → better-auth.5rq4Z090.d.ts} +241 -241
- package/dist/shared/{better-auth.BzQpV2kN.d.cts → better-auth.9r8N-CPq.d.mts} +3 -3
- package/dist/shared/{better-auth.DjkhD5zP.d.ts → better-auth.BGtxjozt.d.ts} +3 -3
- package/dist/shared/{better-auth.D0zUlh1z.cjs → better-auth.BIHMmId5.cjs} +3 -2
- package/dist/shared/{better-auth.BEKm37Eq.d.mts → better-auth.BcotGrcl.d.mts} +99 -2
- package/dist/shared/{better-auth.EtzduzaF.d.cts → better-auth.BpOf3rhD.d.cts} +1 -1
- package/dist/shared/{better-auth.DZKkrxpr.d.ts → better-auth.BqMegUw9.d.ts} +1 -1
- package/dist/shared/better-auth.C23Pdha8.mjs +2001 -0
- package/dist/shared/{better-auth.BxzpFmqs.d.mts → better-auth.C2ZDA_HL.d.mts} +241 -241
- package/dist/shared/{better-auth.UKdFtWX0.d.mts → better-auth.C3tsP_2i.d.mts} +27 -27
- package/dist/shared/{better-auth.ClyLnOjY.mjs → better-auth.CBHHglxq.mjs} +135 -60
- package/dist/shared/{better-auth.BK4bljal.cjs → better-auth.CFH54Uvw.cjs} +1 -1
- package/dist/shared/{better-auth.WBEBOTsK.d.mts → better-auth.CJa14fZY.d.mts} +1 -1
- package/dist/shared/{better-auth.DVPJntsB.d.mts → better-auth.D0Rqcoza.d.cts} +3 -3
- package/dist/shared/{better-auth.DBODKok7.mjs → better-auth.D7VD1-xZ.mjs} +11 -2
- package/dist/shared/{better-auth.CC9Ms4aB.d.cts → better-auth.DCPRfRzB.d.cts} +99 -2
- package/dist/shared/{better-auth.B7Dt9CoJ.cjs → better-auth.DV2ji6Tv.cjs} +11 -2
- package/dist/shared/{better-auth.CBQcGOAy.mjs → better-auth.Da38ipiH.mjs} +3 -2
- package/dist/shared/{better-auth.CRISE-Is.mjs → better-auth.DdJAAuXg.mjs} +1 -1
- package/dist/shared/{better-auth.D-rDifxj.d.ts → better-auth.DkrXfAnl.d.ts} +27 -27
- package/dist/shared/{better-auth.Ds-w2spb.cjs → better-auth.DsLFXx54.cjs} +135 -59
- package/dist/shared/better-auth.DynhAjNY.cjs +2007 -0
- package/dist/shared/{better-auth.D3SwPO56.d.cts → better-auth.RyjLlbTY.d.cts} +241 -241
- package/dist/shared/{better-auth.CJByo5vt.d.ts → better-auth.T6XXJMSu.d.ts} +99 -2
- package/dist/shared/{better-auth.ZAqiQx_W.mjs → better-auth.ddM9pKyt.mjs} +1 -1
- package/dist/shared/{better-auth.RTMLk2Ya.cjs → better-auth.kEak9XF1.cjs} +1 -1
- package/dist/shared/{better-auth.gttVRrLD.d.cts → better-auth.xx57KUhH.d.cts} +27 -27
- package/dist/social-providers/index.cjs +2 -1
- package/dist/social-providers/index.d.cts +1 -1
- package/dist/social-providers/index.d.mts +1 -1
- package/dist/social-providers/index.d.ts +1 -1
- package/dist/social-providers/index.mjs +1 -1
- package/dist/test-utils/index.cjs +3 -3
- package/dist/test-utils/index.d.cts +59 -59
- package/dist/test-utils/index.d.mts +59 -59
- package/dist/test-utils/index.d.ts +59 -59
- package/dist/test-utils/index.mjs +3 -3
- package/dist/types/index.d.cts +3 -3
- package/dist/types/index.d.mts +3 -3
- package/dist/types/index.d.ts +3 -3
- package/package.json +2 -2
|
@@ -1,7 +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.RyjLlbTY.cjs';
|
|
2
2
|
import '../../shared/better-auth.9XhOL8gb.cjs';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
4
|
+
import '../../shared/better-auth.DCPRfRzB.cjs';
|
|
5
5
|
import 'kysely';
|
|
6
6
|
import 'better-call';
|
|
7
7
|
import 'better-sqlite3';
|
|
@@ -1,7 +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.C2ZDA_HL.mjs';
|
|
2
2
|
import '../../shared/better-auth.9XhOL8gb.mjs';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
4
|
+
import '../../shared/better-auth.BcotGrcl.mjs';
|
|
5
5
|
import 'kysely';
|
|
6
6
|
import 'better-call';
|
|
7
7
|
import 'better-sqlite3';
|
|
@@ -1,7 +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.5rq4Z090.js';
|
|
2
2
|
import '../../shared/better-auth.9XhOL8gb.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
4
|
+
import '../../shared/better-auth.T6XXJMSu.js';
|
|
5
5
|
import 'kysely';
|
|
6
6
|
import 'better-call';
|
|
7
7
|
import 'better-sqlite3';
|
|
@@ -1,8 +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.RyjLlbTY.cjs';
|
|
2
|
+
export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.RyjLlbTY.cjs';
|
|
3
3
|
import '../shared/better-auth.9XhOL8gb.cjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../shared/better-auth.
|
|
5
|
+
import '../shared/better-auth.DCPRfRzB.cjs';
|
|
6
6
|
import 'kysely';
|
|
7
7
|
import 'better-call';
|
|
8
8
|
import 'better-sqlite3';
|
|
@@ -1,8 +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.C2ZDA_HL.mjs';
|
|
2
|
+
export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.C2ZDA_HL.mjs';
|
|
3
3
|
import '../shared/better-auth.9XhOL8gb.mjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../shared/better-auth.
|
|
5
|
+
import '../shared/better-auth.BcotGrcl.mjs';
|
|
6
6
|
import 'kysely';
|
|
7
7
|
import 'better-call';
|
|
8
8
|
import 'better-sqlite3';
|
package/dist/adapters/index.d.ts
CHANGED
|
@@ -1,8 +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.5rq4Z090.js';
|
|
2
|
+
export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.5rq4Z090.js';
|
|
3
3
|
import '../shared/better-auth.9XhOL8gb.js';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../shared/better-auth.
|
|
5
|
+
import '../shared/better-auth.T6XXJMSu.js';
|
|
6
6
|
import 'kysely';
|
|
7
7
|
import 'better-call';
|
|
8
8
|
import 'better-sqlite3';
|
|
@@ -1,8 +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.RyjLlbTY.cjs';
|
|
3
3
|
import '../../shared/better-auth.9XhOL8gb.cjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.DCPRfRzB.cjs';
|
|
6
6
|
import 'better-call';
|
|
7
7
|
import 'better-sqlite3';
|
|
8
8
|
import 'bun:sqlite';
|
|
@@ -1,8 +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.C2ZDA_HL.mjs';
|
|
3
3
|
import '../../shared/better-auth.9XhOL8gb.mjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.BcotGrcl.mjs';
|
|
6
6
|
import 'better-call';
|
|
7
7
|
import 'better-sqlite3';
|
|
8
8
|
import 'bun:sqlite';
|
|
@@ -1,8 +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.5rq4Z090.js';
|
|
3
3
|
import '../../shared/better-auth.9XhOL8gb.js';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.T6XXJMSu.js';
|
|
6
6
|
import 'better-call';
|
|
7
7
|
import 'better-sqlite3';
|
|
8
8
|
import 'bun:sqlite';
|
|
@@ -1,7 +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.RyjLlbTY.cjs';
|
|
2
2
|
import '../../shared/better-auth.9XhOL8gb.cjs';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
4
|
+
import '../../shared/better-auth.DCPRfRzB.cjs';
|
|
5
5
|
import 'kysely';
|
|
6
6
|
import 'better-call';
|
|
7
7
|
import 'better-sqlite3';
|
|
@@ -1,7 +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.C2ZDA_HL.mjs';
|
|
2
2
|
import '../../shared/better-auth.9XhOL8gb.mjs';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
4
|
+
import '../../shared/better-auth.BcotGrcl.mjs';
|
|
5
5
|
import 'kysely';
|
|
6
6
|
import 'better-call';
|
|
7
7
|
import 'better-sqlite3';
|
|
@@ -1,7 +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.5rq4Z090.js';
|
|
2
2
|
import '../../shared/better-auth.9XhOL8gb.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
4
|
+
import '../../shared/better-auth.T6XXJMSu.js';
|
|
5
5
|
import 'kysely';
|
|
6
6
|
import 'better-call';
|
|
7
7
|
import 'better-sqlite3';
|
|
@@ -1,8 +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.RyjLlbTY.cjs';
|
|
2
2
|
import { Db } from 'mongodb';
|
|
3
3
|
import '../../shared/better-auth.9XhOL8gb.cjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.DCPRfRzB.cjs';
|
|
6
6
|
import 'kysely';
|
|
7
7
|
import 'better-call';
|
|
8
8
|
import 'better-sqlite3';
|
|
@@ -1,8 +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.C2ZDA_HL.mjs';
|
|
2
2
|
import { Db } from 'mongodb';
|
|
3
3
|
import '../../shared/better-auth.9XhOL8gb.mjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.BcotGrcl.mjs';
|
|
6
6
|
import 'kysely';
|
|
7
7
|
import 'better-call';
|
|
8
8
|
import 'better-sqlite3';
|
|
@@ -1,8 +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.5rq4Z090.js';
|
|
2
2
|
import { Db } from 'mongodb';
|
|
3
3
|
import '../../shared/better-auth.9XhOL8gb.js';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.T6XXJMSu.js';
|
|
6
6
|
import 'kysely';
|
|
7
7
|
import 'better-call';
|
|
8
8
|
import 'better-sqlite3';
|
|
@@ -1,7 +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.RyjLlbTY.cjs';
|
|
2
2
|
import '../../shared/better-auth.9XhOL8gb.cjs';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
4
|
+
import '../../shared/better-auth.DCPRfRzB.cjs';
|
|
5
5
|
import 'kysely';
|
|
6
6
|
import 'better-call';
|
|
7
7
|
import 'better-sqlite3';
|
|
@@ -1,7 +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.C2ZDA_HL.mjs';
|
|
2
2
|
import '../../shared/better-auth.9XhOL8gb.mjs';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
4
|
+
import '../../shared/better-auth.BcotGrcl.mjs';
|
|
5
5
|
import 'kysely';
|
|
6
6
|
import 'better-call';
|
|
7
7
|
import 'better-sqlite3';
|
|
@@ -1,7 +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.5rq4Z090.js';
|
|
2
2
|
import '../../shared/better-auth.9XhOL8gb.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
4
|
+
import '../../shared/better-auth.T6XXJMSu.js';
|
|
5
5
|
import 'kysely';
|
|
6
6
|
import 'better-call';
|
|
7
7
|
import 'better-sqlite3';
|
package/dist/adapters/test.d.cts
CHANGED
|
@@ -1,7 +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.RyjLlbTY.cjs';
|
|
2
2
|
import '../shared/better-auth.9XhOL8gb.cjs';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../shared/better-auth.
|
|
4
|
+
import '../shared/better-auth.DCPRfRzB.cjs';
|
|
5
5
|
import 'kysely';
|
|
6
6
|
import 'better-call';
|
|
7
7
|
import 'better-sqlite3';
|
package/dist/adapters/test.d.mts
CHANGED
|
@@ -1,7 +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.C2ZDA_HL.mjs';
|
|
2
2
|
import '../shared/better-auth.9XhOL8gb.mjs';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../shared/better-auth.
|
|
4
|
+
import '../shared/better-auth.BcotGrcl.mjs';
|
|
5
5
|
import 'kysely';
|
|
6
6
|
import 'better-call';
|
|
7
7
|
import 'better-sqlite3';
|
package/dist/adapters/test.d.ts
CHANGED
|
@@ -1,7 +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.5rq4Z090.js';
|
|
2
2
|
import '../shared/better-auth.9XhOL8gb.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../shared/better-auth.
|
|
4
|
+
import '../shared/better-auth.T6XXJMSu.js';
|
|
5
5
|
import 'kysely';
|
|
6
6
|
import 'better-call';
|
|
7
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.DsLFXx54.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,5 +1,5 @@
|
|
|
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.DCPRfRzB.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.RyjLlbTY.cjs';
|
|
3
3
|
export { APIError } from 'better-call';
|
|
4
4
|
import '../shared/better-auth.9XhOL8gb.cjs';
|
|
5
5
|
import 'zod';
|
package/dist/api/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
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.BcotGrcl.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.C2ZDA_HL.mjs';
|
|
3
3
|
export { APIError } from 'better-call';
|
|
4
4
|
import '../shared/better-auth.9XhOL8gb.mjs';
|
|
5
5
|
import 'zod';
|
package/dist/api/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
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.T6XXJMSu.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.5rq4Z090.js';
|
|
3
3
|
export { APIError } from 'better-call';
|
|
4
4
|
import '../shared/better-auth.9XhOL8gb.js';
|
|
5
5
|
import 'zod';
|
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,
|
|
4
|
-
export { f as createAuthMiddleware, l as freshSessionMiddleware, j as getSessionFromCtx,
|
|
3
|
+
import { i as createAuthEndpoint, B as BASE_ERROR_CODES, t as createEmailVerificationToken, w as wildcardMatch, u as listSessions, x as updateUser, k as getSession, y as originCheckMiddleware, z as error, A as ok, C as accountInfo, D as getAccessToken, E as refreshToken, F as unlinkAccount, G as deleteUserCallback, I as listUserAccounts, J as linkSocialAccount, K as revokeOtherSessions, L as revokeSessions, M as revokeSession, N as requestPasswordResetCallback, O as requestPasswordReset, P as forgetPasswordCallback, Q as deleteUser, R as setPassword, S as changePassword, T as changeEmail, U as sendVerificationEmail, V as verifyEmail, W as resetPassword, X as forgetPassword, Y as signInEmail, Z as signOut, _ as callbackOAuth, $ as signInSocial } from '../shared/better-auth.CBHHglxq.mjs';
|
|
4
|
+
export { f as createAuthMiddleware, l as freshSessionMiddleware, j as getSessionFromCtx, m as optionsMiddleware, o as originCheck, a0 as requestOnlySessionMiddleware, q as sendVerificationEmailFn, s as sessionMiddleware } from '../shared/better-auth.CBHHglxq.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';
|