better-auth 1.3.8-beta.6 → 1.3.8-beta.8
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 +27 -27
- package/dist/adapters/test.d.mts +27 -27
- package/dist/adapters/test.d.ts +27 -27
- package/dist/api/index.cjs +3 -3
- package/dist/api/index.d.cts +3 -3
- package/dist/api/index.d.mts +3 -3
- package/dist/api/index.d.ts +3 -3
- package/dist/api/index.mjs +5 -5
- package/dist/client/index.cjs +3 -3
- package/dist/client/index.d.cts +8 -6
- package/dist/client/index.d.mts +8 -6
- package/dist/client/index.d.ts +8 -6
- package/dist/client/index.mjs +3 -3
- package/dist/client/plugins/index.cjs +1 -1
- package/dist/client/plugins/index.d.cts +19 -11
- package/dist/client/plugins/index.d.mts +19 -11
- package/dist/client/plugins/index.d.ts +19 -11
- package/dist/client/plugins/index.mjs +1 -1
- package/dist/client/react/index.cjs +2 -2
- package/dist/client/react/index.d.cts +7 -5
- package/dist/client/react/index.d.mts +7 -5
- package/dist/client/react/index.d.ts +7 -5
- package/dist/client/react/index.mjs +2 -2
- package/dist/client/solid/index.cjs +2 -2
- package/dist/client/solid/index.d.cts +10 -10
- package/dist/client/solid/index.d.mts +10 -10
- package/dist/client/solid/index.d.ts +10 -10
- package/dist/client/solid/index.mjs +2 -2
- package/dist/client/svelte/index.cjs +2 -2
- package/dist/client/svelte/index.d.cts +4 -4
- package/dist/client/svelte/index.d.mts +4 -4
- package/dist/client/svelte/index.d.ts +4 -4
- package/dist/client/svelte/index.mjs +2 -2
- package/dist/client/vue/index.cjs +2 -2
- package/dist/client/vue/index.d.cts +13 -13
- package/dist/client/vue/index.d.mts +13 -13
- package/dist/client/vue/index.d.ts +13 -13
- package/dist/client/vue/index.mjs +2 -2
- package/dist/cookies/index.cjs +1 -1
- 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/cookies/index.mjs +1 -1
- 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 +11 -10
- package/dist/index.d.cts +7 -6
- package/dist/index.d.mts +7 -6
- package/dist/index.d.ts +7 -6
- package/dist/index.mjs +10 -10
- package/dist/integrations/next-js.cjs +5 -4
- 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 +5 -4
- 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 +5 -4
- 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 +5 -4
- package/dist/integrations/svelte-kit.cjs +3 -3
- 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 +3 -3
- package/dist/oauth2/index.cjs +3 -3
- 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 +3 -3
- package/dist/plugins/admin/index.cjs +4 -4
- package/dist/plugins/admin/index.d.cts +4 -4
- package/dist/plugins/admin/index.d.mts +4 -4
- package/dist/plugins/admin/index.d.ts +4 -4
- package/dist/plugins/admin/index.mjs +4 -4
- package/dist/plugins/anonymous/index.cjs +3 -3
- 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 +3 -3
- package/dist/plugins/bearer/index.cjs +3 -3
- 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 +3 -3
- 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 +20 -4
- package/dist/plugins/custom-session/index.d.cts +17 -3
- package/dist/plugins/custom-session/index.d.mts +17 -3
- package/dist/plugins/custom-session/index.d.ts +17 -3
- package/dist/plugins/custom-session/index.mjs +20 -4
- package/dist/plugins/device-authorization/index.cjs +9 -108
- package/dist/plugins/device-authorization/index.d.cts +5 -3
- package/dist/plugins/device-authorization/index.d.mts +5 -3
- package/dist/plugins/device-authorization/index.d.ts +5 -3
- package/dist/plugins/device-authorization/index.mjs +5 -104
- package/dist/plugins/email-otp/index.cjs +3 -3
- package/dist/plugins/email-otp/index.d.cts +2 -2
- package/dist/plugins/email-otp/index.d.mts +2 -2
- package/dist/plugins/email-otp/index.d.ts +2 -2
- package/dist/plugins/email-otp/index.mjs +3 -3
- package/dist/plugins/generic-oauth/index.cjs +3 -3
- package/dist/plugins/generic-oauth/index.d.cts +3 -3
- package/dist/plugins/generic-oauth/index.d.mts +3 -3
- package/dist/plugins/generic-oauth/index.d.ts +3 -3
- package/dist/plugins/generic-oauth/index.mjs +3 -3
- package/dist/plugins/haveibeenpwned/index.cjs +3 -3
- 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 +3 -3
- package/dist/plugins/index.cjs +9 -9
- package/dist/plugins/index.d.cts +30 -5
- package/dist/plugins/index.d.mts +30 -5
- package/dist/plugins/index.d.ts +30 -5
- package/dist/plugins/index.mjs +11 -11
- package/dist/plugins/jwt/index.cjs +6 -6
- 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 +7 -7
- package/dist/plugins/magic-link/index.cjs +3 -3
- package/dist/plugins/magic-link/index.mjs +3 -3
- package/dist/plugins/multi-session/index.cjs +3 -3
- 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 +3 -3
- package/dist/plugins/oauth-proxy/index.cjs +3 -3
- 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 +3 -3
- package/dist/plugins/oidc-provider/index.cjs +5 -5
- package/dist/plugins/oidc-provider/index.d.cts +56 -6
- package/dist/plugins/oidc-provider/index.d.mts +56 -6
- package/dist/plugins/oidc-provider/index.d.ts +56 -6
- package/dist/plugins/oidc-provider/index.mjs +5 -5
- package/dist/plugins/one-tap/index.cjs +3 -3
- package/dist/plugins/one-tap/index.mjs +3 -3
- package/dist/plugins/one-time-token/index.cjs +6 -5
- package/dist/plugins/one-time-token/index.d.cts +2 -2
- package/dist/plugins/one-time-token/index.d.mts +2 -2
- package/dist/plugins/one-time-token/index.d.ts +2 -2
- package/dist/plugins/one-time-token/index.mjs +6 -5
- package/dist/plugins/open-api/index.cjs +3 -3
- 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 +3 -3
- package/dist/plugins/organization/index.cjs +5 -5
- package/dist/plugins/organization/index.d.cts +419 -40
- package/dist/plugins/organization/index.d.mts +419 -40
- package/dist/plugins/organization/index.d.ts +419 -40
- package/dist/plugins/organization/index.mjs +5 -5
- package/dist/plugins/passkey/index.cjs +3 -3
- 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 +3 -3
- package/dist/plugins/phone-number/index.cjs +3 -3
- 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 +3 -3
- package/dist/plugins/siwe/index.cjs +3 -3
- package/dist/plugins/siwe/index.d.cts +2 -2
- package/dist/plugins/siwe/index.d.mts +2 -2
- package/dist/plugins/siwe/index.d.ts +2 -2
- package/dist/plugins/siwe/index.mjs +3 -3
- package/dist/plugins/sso/index.cjs +3 -3
- package/dist/plugins/sso/index.d.cts +4 -4
- package/dist/plugins/sso/index.d.mts +4 -4
- package/dist/plugins/sso/index.d.ts +4 -4
- package/dist/plugins/sso/index.mjs +3 -3
- package/dist/plugins/two-factor/index.cjs +3 -3
- package/dist/plugins/two-factor/index.d.cts +2 -2
- package/dist/plugins/two-factor/index.d.mts +2 -2
- package/dist/plugins/two-factor/index.d.ts +2 -2
- package/dist/plugins/two-factor/index.mjs +3 -3
- package/dist/plugins/username/index.cjs +3 -3
- package/dist/plugins/username/index.d.cts +2 -2
- package/dist/plugins/username/index.d.mts +2 -2
- package/dist/plugins/username/index.d.ts +2 -2
- package/dist/plugins/username/index.mjs +3 -3
- package/dist/shared/{better-auth.BVPwsVUn.d.cts → better-auth.B4AfIoAe.d.cts} +1 -1
- package/dist/shared/{better-auth.CtToz4qL.cjs → better-auth.BEsywhdZ.cjs} +2 -8
- package/dist/shared/{better-auth.BttC_x9D.mjs → better-auth.BF0OhhL0.mjs} +57 -1
- package/dist/shared/{better-auth.CGGao4aY.mjs → better-auth.BI4JniQN.mjs} +2 -8
- package/dist/shared/{better-auth.DQINKBiT.d.cts → better-auth.BVRe9oUF.d.cts} +479 -6
- package/dist/shared/{better-auth.CV-4ifSd.cjs → better-auth.BYiXvdJQ.cjs} +2 -2
- package/dist/shared/{better-auth.CbBksUvo.cjs → better-auth.BZ1rl9jb.cjs} +3 -3
- package/dist/shared/{better-auth.z3V3mA_O.cjs → better-auth.BhdSraHG.cjs} +3 -3
- package/dist/shared/{better-auth.AeIHgLBF.cjs → better-auth.BvYLXwvp.cjs} +58 -2
- package/dist/shared/{better-auth.BwsH8S4P.d.mts → better-auth.BxhI-ev4.d.mts} +6 -2
- package/dist/shared/{better-auth.DDozCDMS.mjs → better-auth.CBOi2vmh.mjs} +472 -65
- package/dist/shared/{better-auth.Ba_pqY0l.mjs → better-auth.CG9DHk60.mjs} +2 -2
- package/dist/shared/{better-auth.Bco357J8.cjs → better-auth.CLv80Pwz.cjs} +1 -1
- package/dist/shared/{better-auth.B6V3vOfp.d.cts → better-auth.COmDGkw-.d.cts} +6 -2
- package/dist/shared/{better-auth.BsHw2sS5.d.ts → better-auth.CS5xXOXV.d.ts} +6 -2
- package/dist/shared/{better-auth.C7BLzxG2.d.mts → better-auth.CYdzDlsq.d.mts} +1 -1
- package/dist/shared/{better-auth.CmdI9lHT.cjs → better-auth.CZpfmhXT.cjs} +1 -1
- package/dist/shared/{better-auth.D_zuKEZs.d.ts → better-auth.CdcdinCF.d.ts} +59 -59
- package/dist/shared/{better-auth.Ck3n8bMC.cjs → better-auth.CgIMrxKr.cjs} +7 -3
- package/dist/shared/{better-auth.BKqT_ZVS.cjs → better-auth.Cm_V_J8I.cjs} +10 -28
- package/dist/shared/{better-auth.DI5tnNZs.d.ts → better-auth.CnJoIxG_.d.ts} +479 -6
- package/dist/shared/{better-auth.Bp6xdiY8.d.ts → better-auth.CnXw9Yrh.d.mts} +2 -2
- package/dist/shared/{better-auth.DxG__zXA.d.ts → better-auth.CnsUttgT.d.ts} +1 -1
- package/dist/shared/{better-auth.yHdubbkw.cjs → better-auth.CxKBteqV.cjs} +34 -9
- package/dist/shared/{better-auth.CGejYPX3.d.mts → better-auth.CzZpBsE1.d.cts} +2 -2
- package/dist/shared/{better-auth.l2-e84v_.cjs → better-auth.D5q0JUiv.cjs} +93 -164
- package/dist/shared/{better-auth.B1puuIwv.d.mts → better-auth.D75jtXt8.d.mts} +59 -59
- package/dist/shared/{better-auth.BCc3zPBF.mjs → better-auth.DV5EHeYG.mjs} +1 -1
- package/dist/shared/{better-auth.w5Mg3-u0.mjs → better-auth.DX9TcqCt.mjs} +3 -3
- package/dist/shared/{better-auth.DGJgCfAm.mjs → better-auth.DqbGTNEt.mjs} +34 -9
- package/dist/shared/{better-auth.DgX9nQ3e.mjs → better-auth.K0z8EJFS.mjs} +3 -3
- package/dist/shared/{better-auth.CWKgK_p2.d.cts → better-auth.Otfjue7Z.d.cts} +59 -59
- package/dist/shared/{better-auth.DF-MUmVw.mjs → better-auth.UfVWArIB.mjs} +93 -164
- package/dist/shared/{better-auth.BVF2_YJN.mjs → better-auth._2xnM2S3.mjs} +351 -24
- package/dist/shared/{better-auth.L_XZAIeN.cjs → better-auth._gj_Mjo_.cjs} +472 -65
- package/dist/shared/{better-auth.QB8jx8j0.d.mts → better-auth.efEqxJ3k.d.mts} +479 -6
- package/dist/shared/{better-auth.CiuRzSQH.cjs → better-auth.g2ow3cc2.cjs} +354 -23
- package/dist/shared/{better-auth.DVsI0DHa.mjs → better-auth.ifuaFFT6.mjs} +1 -1
- package/dist/shared/{better-auth.Buni1mmI.mjs → better-auth.kTs0zHGZ.mjs} +7 -3
- package/dist/shared/{better-auth.DAX7uGE1.mjs → better-auth.vI-5STVo.mjs} +10 -28
- package/dist/shared/{better-auth.BflsQmOZ.d.cts → better-auth.xipPt5at.d.ts} +2 -2
- package/dist/social-providers/index.cjs +7 -3
- 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 +3 -3
- package/dist/test-utils/index.cjs +9 -8
- package/dist/test-utils/index.d.cts +94 -94
- package/dist/test-utils/index.d.mts +94 -94
- package/dist/test-utils/index.d.ts +94 -94
- package/dist/test-utils/index.mjs +9 -8
- 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 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { H as HookEndpointContext, p as AuthContext } from '../../shared/better-auth.
|
|
1
|
+
import { H as HookEndpointContext, p as AuthContext } from '../../shared/better-auth.D75jtXt8.mjs';
|
|
2
2
|
import * as better_call from 'better-call';
|
|
3
3
|
import * as z from 'zod/v4';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.mjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.efEqxJ3k.mjs';
|
|
7
7
|
import 'jose';
|
|
8
8
|
import 'zod/v4/core';
|
|
9
9
|
import 'zod';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { H as HookEndpointContext, p as AuthContext } from '../../shared/better-auth.
|
|
1
|
+
import { H as HookEndpointContext, p as AuthContext } from '../../shared/better-auth.CdcdinCF.js';
|
|
2
2
|
import * as better_call from 'better-call';
|
|
3
3
|
import * as z from 'zod/v4';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.js';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.CnJoIxG_.js';
|
|
7
7
|
import 'jose';
|
|
8
8
|
import 'zod/v4/core';
|
|
9
9
|
import 'zod';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as z from 'zod/v4';
|
|
2
2
|
import 'better-call';
|
|
3
|
-
import { o as originCheck } from '../../shared/better-auth.
|
|
4
|
-
import { c as createAuthMiddleware, a as createAuthEndpoint } from '../../shared/better-auth.
|
|
3
|
+
import { o as originCheck } from '../../shared/better-auth._2xnM2S3.mjs';
|
|
4
|
+
import { c as createAuthMiddleware, a as createAuthEndpoint } from '../../shared/better-auth.DV5EHeYG.mjs';
|
|
5
5
|
import { e as env } from '../../shared/better-auth.CMQ3rA-I.mjs';
|
|
6
6
|
import '@better-auth/utils/base64';
|
|
7
7
|
import '@better-auth/utils/hmac';
|
|
@@ -23,7 +23,7 @@ import '@better-auth/utils/hex';
|
|
|
23
23
|
import '@noble/hashes/utils';
|
|
24
24
|
import '../../shared/better-auth.B4Qoxdgc.mjs';
|
|
25
25
|
import '@better-auth/utils/random';
|
|
26
|
-
import '../../shared/better-auth.
|
|
26
|
+
import '../../shared/better-auth.UfVWArIB.mjs';
|
|
27
27
|
import '../../shared/better-auth.DdzSJf-n.mjs';
|
|
28
28
|
import '../../shared/better-auth.BZZKN1g7.mjs';
|
|
29
29
|
import 'jose/errors';
|
|
@@ -3,19 +3,19 @@
|
|
|
3
3
|
require('zod/v4');
|
|
4
4
|
require('jose');
|
|
5
5
|
require('better-call');
|
|
6
|
-
require('../../shared/better-auth.
|
|
7
|
-
require('../../shared/better-auth.
|
|
6
|
+
require('../../shared/better-auth.g2ow3cc2.cjs');
|
|
7
|
+
require('../../shared/better-auth.CLv80Pwz.cjs');
|
|
8
8
|
require('../../shared/better-auth.B6fIklBU.cjs');
|
|
9
9
|
require('@better-auth/utils/base64');
|
|
10
10
|
require('@better-auth/utils/hmac');
|
|
11
11
|
require('../../shared/better-auth.B3274wGK.cjs');
|
|
12
12
|
require('@better-auth/utils/binary');
|
|
13
|
-
require('../../shared/better-auth.
|
|
13
|
+
require('../../shared/better-auth.D5q0JUiv.cjs');
|
|
14
14
|
require('../../shared/better-auth.BIMq4RPW.cjs');
|
|
15
15
|
require('../../crypto/index.cjs');
|
|
16
|
-
const plugins_oidcProvider_index = require('../../shared/better-auth.
|
|
16
|
+
const plugins_oidcProvider_index = require('../../shared/better-auth.CxKBteqV.cjs');
|
|
17
17
|
require('@better-auth/utils/hash');
|
|
18
|
-
require('../../shared/better-auth.
|
|
18
|
+
require('../../shared/better-auth.BvYLXwvp.cjs');
|
|
19
19
|
require('@better-auth/utils/random');
|
|
20
20
|
require('kysely');
|
|
21
21
|
require('../../shared/better-auth.CYeOI8C-.cjs');
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
2
|
import * as z from 'zod/v4';
|
|
3
|
-
import { U as User, I as InferOptionSchema, G as GenericEndpointContext } from '../../shared/better-auth.
|
|
3
|
+
import { U as User, I as InferOptionSchema, G as GenericEndpointContext } from '../../shared/better-auth.Otfjue7Z.cjs';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.cjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.BVRe9oUF.cjs';
|
|
7
7
|
import 'jose';
|
|
8
8
|
import 'zod/v4/core';
|
|
9
9
|
import 'zod';
|
|
@@ -48,6 +48,11 @@ declare const schema: {
|
|
|
48
48
|
userId: {
|
|
49
49
|
type: "string";
|
|
50
50
|
required: false;
|
|
51
|
+
references: {
|
|
52
|
+
model: string;
|
|
53
|
+
field: string;
|
|
54
|
+
onDelete: "cascade";
|
|
55
|
+
};
|
|
51
56
|
};
|
|
52
57
|
createdAt: {
|
|
53
58
|
type: "date";
|
|
@@ -76,10 +81,20 @@ declare const schema: {
|
|
|
76
81
|
};
|
|
77
82
|
clientId: {
|
|
78
83
|
type: "string";
|
|
84
|
+
references: {
|
|
85
|
+
model: string;
|
|
86
|
+
field: string;
|
|
87
|
+
onDelete: "cascade";
|
|
88
|
+
};
|
|
79
89
|
};
|
|
80
90
|
userId: {
|
|
81
91
|
type: "string";
|
|
82
92
|
required: false;
|
|
93
|
+
references: {
|
|
94
|
+
model: string;
|
|
95
|
+
field: string;
|
|
96
|
+
onDelete: "cascade";
|
|
97
|
+
};
|
|
83
98
|
};
|
|
84
99
|
scopes: {
|
|
85
100
|
type: "string";
|
|
@@ -97,9 +112,19 @@ declare const schema: {
|
|
|
97
112
|
fields: {
|
|
98
113
|
clientId: {
|
|
99
114
|
type: "string";
|
|
115
|
+
references: {
|
|
116
|
+
model: string;
|
|
117
|
+
field: string;
|
|
118
|
+
onDelete: "cascade";
|
|
119
|
+
};
|
|
100
120
|
};
|
|
101
121
|
userId: {
|
|
102
122
|
type: "string";
|
|
123
|
+
references: {
|
|
124
|
+
model: string;
|
|
125
|
+
field: string;
|
|
126
|
+
onDelete: "cascade";
|
|
127
|
+
};
|
|
103
128
|
};
|
|
104
129
|
scopes: {
|
|
105
130
|
type: "string";
|
|
@@ -1108,7 +1133,7 @@ declare const oidcProvider: (options: OIDCOptions) => {
|
|
|
1108
1133
|
<AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
|
|
1109
1134
|
body: {
|
|
1110
1135
|
redirect_uris: string[];
|
|
1111
|
-
token_endpoint_auth_method?: "none" | "
|
|
1136
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | undefined;
|
|
1112
1137
|
grant_types?: ("password" | "refresh_token" | "authorization_code" | "implicit" | "client_credentials" | "urn:ietf:params:oauth:grant-type:jwt-bearer" | "urn:ietf:params:oauth:grant-type:saml2-bearer")[] | undefined;
|
|
1113
1138
|
response_types?: ("token" | "code")[] | undefined;
|
|
1114
1139
|
client_name?: string | undefined;
|
|
@@ -1149,7 +1174,7 @@ declare const oidcProvider: (options: OIDCOptions) => {
|
|
|
1149
1174
|
client_id_issued_at: number;
|
|
1150
1175
|
client_secret_expires_at: number;
|
|
1151
1176
|
redirect_uris: string[];
|
|
1152
|
-
token_endpoint_auth_method: "none" | "
|
|
1177
|
+
token_endpoint_auth_method: "none" | "client_secret_post" | "client_secret_basic";
|
|
1153
1178
|
grant_types: string[];
|
|
1154
1179
|
response_types: string[];
|
|
1155
1180
|
client_name: string | undefined;
|
|
@@ -1172,7 +1197,7 @@ declare const oidcProvider: (options: OIDCOptions) => {
|
|
|
1172
1197
|
client_id_issued_at: number;
|
|
1173
1198
|
client_secret_expires_at: number;
|
|
1174
1199
|
redirect_uris: string[];
|
|
1175
|
-
token_endpoint_auth_method: "none" | "
|
|
1200
|
+
token_endpoint_auth_method: "none" | "client_secret_post" | "client_secret_basic";
|
|
1176
1201
|
grant_types: string[];
|
|
1177
1202
|
response_types: string[];
|
|
1178
1203
|
client_name: string | undefined;
|
|
@@ -1197,8 +1222,8 @@ declare const oidcProvider: (options: OIDCOptions) => {
|
|
|
1197
1222
|
redirect_uris: z.ZodArray<z.ZodString>;
|
|
1198
1223
|
token_endpoint_auth_method: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
1199
1224
|
none: "none";
|
|
1200
|
-
client_secret_basic: "client_secret_basic";
|
|
1201
1225
|
client_secret_post: "client_secret_post";
|
|
1226
|
+
client_secret_basic: "client_secret_basic";
|
|
1202
1227
|
}>>>;
|
|
1203
1228
|
grant_types: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
1204
1229
|
password: "password";
|
|
@@ -1449,6 +1474,11 @@ declare const oidcProvider: (options: OIDCOptions) => {
|
|
|
1449
1474
|
userId: {
|
|
1450
1475
|
type: "string";
|
|
1451
1476
|
required: false;
|
|
1477
|
+
references: {
|
|
1478
|
+
model: string;
|
|
1479
|
+
field: string;
|
|
1480
|
+
onDelete: "cascade";
|
|
1481
|
+
};
|
|
1452
1482
|
};
|
|
1453
1483
|
createdAt: {
|
|
1454
1484
|
type: "date";
|
|
@@ -1477,10 +1507,20 @@ declare const oidcProvider: (options: OIDCOptions) => {
|
|
|
1477
1507
|
};
|
|
1478
1508
|
clientId: {
|
|
1479
1509
|
type: "string";
|
|
1510
|
+
references: {
|
|
1511
|
+
model: string;
|
|
1512
|
+
field: string;
|
|
1513
|
+
onDelete: "cascade";
|
|
1514
|
+
};
|
|
1480
1515
|
};
|
|
1481
1516
|
userId: {
|
|
1482
1517
|
type: "string";
|
|
1483
1518
|
required: false;
|
|
1519
|
+
references: {
|
|
1520
|
+
model: string;
|
|
1521
|
+
field: string;
|
|
1522
|
+
onDelete: "cascade";
|
|
1523
|
+
};
|
|
1484
1524
|
};
|
|
1485
1525
|
scopes: {
|
|
1486
1526
|
type: "string";
|
|
@@ -1498,9 +1538,19 @@ declare const oidcProvider: (options: OIDCOptions) => {
|
|
|
1498
1538
|
fields: {
|
|
1499
1539
|
clientId: {
|
|
1500
1540
|
type: "string";
|
|
1541
|
+
references: {
|
|
1542
|
+
model: string;
|
|
1543
|
+
field: string;
|
|
1544
|
+
onDelete: "cascade";
|
|
1545
|
+
};
|
|
1501
1546
|
};
|
|
1502
1547
|
userId: {
|
|
1503
1548
|
type: "string";
|
|
1549
|
+
references: {
|
|
1550
|
+
model: string;
|
|
1551
|
+
field: string;
|
|
1552
|
+
onDelete: "cascade";
|
|
1553
|
+
};
|
|
1504
1554
|
};
|
|
1505
1555
|
scopes: {
|
|
1506
1556
|
type: "string";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
2
|
import * as z from 'zod/v4';
|
|
3
|
-
import { U as User, I as InferOptionSchema, G as GenericEndpointContext } from '../../shared/better-auth.
|
|
3
|
+
import { U as User, I as InferOptionSchema, G as GenericEndpointContext } from '../../shared/better-auth.D75jtXt8.mjs';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.mjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.efEqxJ3k.mjs';
|
|
7
7
|
import 'jose';
|
|
8
8
|
import 'zod/v4/core';
|
|
9
9
|
import 'zod';
|
|
@@ -48,6 +48,11 @@ declare const schema: {
|
|
|
48
48
|
userId: {
|
|
49
49
|
type: "string";
|
|
50
50
|
required: false;
|
|
51
|
+
references: {
|
|
52
|
+
model: string;
|
|
53
|
+
field: string;
|
|
54
|
+
onDelete: "cascade";
|
|
55
|
+
};
|
|
51
56
|
};
|
|
52
57
|
createdAt: {
|
|
53
58
|
type: "date";
|
|
@@ -76,10 +81,20 @@ declare const schema: {
|
|
|
76
81
|
};
|
|
77
82
|
clientId: {
|
|
78
83
|
type: "string";
|
|
84
|
+
references: {
|
|
85
|
+
model: string;
|
|
86
|
+
field: string;
|
|
87
|
+
onDelete: "cascade";
|
|
88
|
+
};
|
|
79
89
|
};
|
|
80
90
|
userId: {
|
|
81
91
|
type: "string";
|
|
82
92
|
required: false;
|
|
93
|
+
references: {
|
|
94
|
+
model: string;
|
|
95
|
+
field: string;
|
|
96
|
+
onDelete: "cascade";
|
|
97
|
+
};
|
|
83
98
|
};
|
|
84
99
|
scopes: {
|
|
85
100
|
type: "string";
|
|
@@ -97,9 +112,19 @@ declare const schema: {
|
|
|
97
112
|
fields: {
|
|
98
113
|
clientId: {
|
|
99
114
|
type: "string";
|
|
115
|
+
references: {
|
|
116
|
+
model: string;
|
|
117
|
+
field: string;
|
|
118
|
+
onDelete: "cascade";
|
|
119
|
+
};
|
|
100
120
|
};
|
|
101
121
|
userId: {
|
|
102
122
|
type: "string";
|
|
123
|
+
references: {
|
|
124
|
+
model: string;
|
|
125
|
+
field: string;
|
|
126
|
+
onDelete: "cascade";
|
|
127
|
+
};
|
|
103
128
|
};
|
|
104
129
|
scopes: {
|
|
105
130
|
type: "string";
|
|
@@ -1108,7 +1133,7 @@ declare const oidcProvider: (options: OIDCOptions) => {
|
|
|
1108
1133
|
<AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
|
|
1109
1134
|
body: {
|
|
1110
1135
|
redirect_uris: string[];
|
|
1111
|
-
token_endpoint_auth_method?: "none" | "
|
|
1136
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | undefined;
|
|
1112
1137
|
grant_types?: ("password" | "refresh_token" | "authorization_code" | "implicit" | "client_credentials" | "urn:ietf:params:oauth:grant-type:jwt-bearer" | "urn:ietf:params:oauth:grant-type:saml2-bearer")[] | undefined;
|
|
1113
1138
|
response_types?: ("token" | "code")[] | undefined;
|
|
1114
1139
|
client_name?: string | undefined;
|
|
@@ -1149,7 +1174,7 @@ declare const oidcProvider: (options: OIDCOptions) => {
|
|
|
1149
1174
|
client_id_issued_at: number;
|
|
1150
1175
|
client_secret_expires_at: number;
|
|
1151
1176
|
redirect_uris: string[];
|
|
1152
|
-
token_endpoint_auth_method: "none" | "
|
|
1177
|
+
token_endpoint_auth_method: "none" | "client_secret_post" | "client_secret_basic";
|
|
1153
1178
|
grant_types: string[];
|
|
1154
1179
|
response_types: string[];
|
|
1155
1180
|
client_name: string | undefined;
|
|
@@ -1172,7 +1197,7 @@ declare const oidcProvider: (options: OIDCOptions) => {
|
|
|
1172
1197
|
client_id_issued_at: number;
|
|
1173
1198
|
client_secret_expires_at: number;
|
|
1174
1199
|
redirect_uris: string[];
|
|
1175
|
-
token_endpoint_auth_method: "none" | "
|
|
1200
|
+
token_endpoint_auth_method: "none" | "client_secret_post" | "client_secret_basic";
|
|
1176
1201
|
grant_types: string[];
|
|
1177
1202
|
response_types: string[];
|
|
1178
1203
|
client_name: string | undefined;
|
|
@@ -1197,8 +1222,8 @@ declare const oidcProvider: (options: OIDCOptions) => {
|
|
|
1197
1222
|
redirect_uris: z.ZodArray<z.ZodString>;
|
|
1198
1223
|
token_endpoint_auth_method: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
1199
1224
|
none: "none";
|
|
1200
|
-
client_secret_basic: "client_secret_basic";
|
|
1201
1225
|
client_secret_post: "client_secret_post";
|
|
1226
|
+
client_secret_basic: "client_secret_basic";
|
|
1202
1227
|
}>>>;
|
|
1203
1228
|
grant_types: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
1204
1229
|
password: "password";
|
|
@@ -1449,6 +1474,11 @@ declare const oidcProvider: (options: OIDCOptions) => {
|
|
|
1449
1474
|
userId: {
|
|
1450
1475
|
type: "string";
|
|
1451
1476
|
required: false;
|
|
1477
|
+
references: {
|
|
1478
|
+
model: string;
|
|
1479
|
+
field: string;
|
|
1480
|
+
onDelete: "cascade";
|
|
1481
|
+
};
|
|
1452
1482
|
};
|
|
1453
1483
|
createdAt: {
|
|
1454
1484
|
type: "date";
|
|
@@ -1477,10 +1507,20 @@ declare const oidcProvider: (options: OIDCOptions) => {
|
|
|
1477
1507
|
};
|
|
1478
1508
|
clientId: {
|
|
1479
1509
|
type: "string";
|
|
1510
|
+
references: {
|
|
1511
|
+
model: string;
|
|
1512
|
+
field: string;
|
|
1513
|
+
onDelete: "cascade";
|
|
1514
|
+
};
|
|
1480
1515
|
};
|
|
1481
1516
|
userId: {
|
|
1482
1517
|
type: "string";
|
|
1483
1518
|
required: false;
|
|
1519
|
+
references: {
|
|
1520
|
+
model: string;
|
|
1521
|
+
field: string;
|
|
1522
|
+
onDelete: "cascade";
|
|
1523
|
+
};
|
|
1484
1524
|
};
|
|
1485
1525
|
scopes: {
|
|
1486
1526
|
type: "string";
|
|
@@ -1498,9 +1538,19 @@ declare const oidcProvider: (options: OIDCOptions) => {
|
|
|
1498
1538
|
fields: {
|
|
1499
1539
|
clientId: {
|
|
1500
1540
|
type: "string";
|
|
1541
|
+
references: {
|
|
1542
|
+
model: string;
|
|
1543
|
+
field: string;
|
|
1544
|
+
onDelete: "cascade";
|
|
1545
|
+
};
|
|
1501
1546
|
};
|
|
1502
1547
|
userId: {
|
|
1503
1548
|
type: "string";
|
|
1549
|
+
references: {
|
|
1550
|
+
model: string;
|
|
1551
|
+
field: string;
|
|
1552
|
+
onDelete: "cascade";
|
|
1553
|
+
};
|
|
1504
1554
|
};
|
|
1505
1555
|
scopes: {
|
|
1506
1556
|
type: "string";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
2
|
import * as z from 'zod/v4';
|
|
3
|
-
import { U as User, I as InferOptionSchema, G as GenericEndpointContext } from '../../shared/better-auth.
|
|
3
|
+
import { U as User, I as InferOptionSchema, G as GenericEndpointContext } from '../../shared/better-auth.CdcdinCF.js';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.js';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.CnJoIxG_.js';
|
|
7
7
|
import 'jose';
|
|
8
8
|
import 'zod/v4/core';
|
|
9
9
|
import 'zod';
|
|
@@ -48,6 +48,11 @@ declare const schema: {
|
|
|
48
48
|
userId: {
|
|
49
49
|
type: "string";
|
|
50
50
|
required: false;
|
|
51
|
+
references: {
|
|
52
|
+
model: string;
|
|
53
|
+
field: string;
|
|
54
|
+
onDelete: "cascade";
|
|
55
|
+
};
|
|
51
56
|
};
|
|
52
57
|
createdAt: {
|
|
53
58
|
type: "date";
|
|
@@ -76,10 +81,20 @@ declare const schema: {
|
|
|
76
81
|
};
|
|
77
82
|
clientId: {
|
|
78
83
|
type: "string";
|
|
84
|
+
references: {
|
|
85
|
+
model: string;
|
|
86
|
+
field: string;
|
|
87
|
+
onDelete: "cascade";
|
|
88
|
+
};
|
|
79
89
|
};
|
|
80
90
|
userId: {
|
|
81
91
|
type: "string";
|
|
82
92
|
required: false;
|
|
93
|
+
references: {
|
|
94
|
+
model: string;
|
|
95
|
+
field: string;
|
|
96
|
+
onDelete: "cascade";
|
|
97
|
+
};
|
|
83
98
|
};
|
|
84
99
|
scopes: {
|
|
85
100
|
type: "string";
|
|
@@ -97,9 +112,19 @@ declare const schema: {
|
|
|
97
112
|
fields: {
|
|
98
113
|
clientId: {
|
|
99
114
|
type: "string";
|
|
115
|
+
references: {
|
|
116
|
+
model: string;
|
|
117
|
+
field: string;
|
|
118
|
+
onDelete: "cascade";
|
|
119
|
+
};
|
|
100
120
|
};
|
|
101
121
|
userId: {
|
|
102
122
|
type: "string";
|
|
123
|
+
references: {
|
|
124
|
+
model: string;
|
|
125
|
+
field: string;
|
|
126
|
+
onDelete: "cascade";
|
|
127
|
+
};
|
|
103
128
|
};
|
|
104
129
|
scopes: {
|
|
105
130
|
type: "string";
|
|
@@ -1108,7 +1133,7 @@ declare const oidcProvider: (options: OIDCOptions) => {
|
|
|
1108
1133
|
<AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
|
|
1109
1134
|
body: {
|
|
1110
1135
|
redirect_uris: string[];
|
|
1111
|
-
token_endpoint_auth_method?: "none" | "
|
|
1136
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | undefined;
|
|
1112
1137
|
grant_types?: ("password" | "refresh_token" | "authorization_code" | "implicit" | "client_credentials" | "urn:ietf:params:oauth:grant-type:jwt-bearer" | "urn:ietf:params:oauth:grant-type:saml2-bearer")[] | undefined;
|
|
1113
1138
|
response_types?: ("token" | "code")[] | undefined;
|
|
1114
1139
|
client_name?: string | undefined;
|
|
@@ -1149,7 +1174,7 @@ declare const oidcProvider: (options: OIDCOptions) => {
|
|
|
1149
1174
|
client_id_issued_at: number;
|
|
1150
1175
|
client_secret_expires_at: number;
|
|
1151
1176
|
redirect_uris: string[];
|
|
1152
|
-
token_endpoint_auth_method: "none" | "
|
|
1177
|
+
token_endpoint_auth_method: "none" | "client_secret_post" | "client_secret_basic";
|
|
1153
1178
|
grant_types: string[];
|
|
1154
1179
|
response_types: string[];
|
|
1155
1180
|
client_name: string | undefined;
|
|
@@ -1172,7 +1197,7 @@ declare const oidcProvider: (options: OIDCOptions) => {
|
|
|
1172
1197
|
client_id_issued_at: number;
|
|
1173
1198
|
client_secret_expires_at: number;
|
|
1174
1199
|
redirect_uris: string[];
|
|
1175
|
-
token_endpoint_auth_method: "none" | "
|
|
1200
|
+
token_endpoint_auth_method: "none" | "client_secret_post" | "client_secret_basic";
|
|
1176
1201
|
grant_types: string[];
|
|
1177
1202
|
response_types: string[];
|
|
1178
1203
|
client_name: string | undefined;
|
|
@@ -1197,8 +1222,8 @@ declare const oidcProvider: (options: OIDCOptions) => {
|
|
|
1197
1222
|
redirect_uris: z.ZodArray<z.ZodString>;
|
|
1198
1223
|
token_endpoint_auth_method: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
1199
1224
|
none: "none";
|
|
1200
|
-
client_secret_basic: "client_secret_basic";
|
|
1201
1225
|
client_secret_post: "client_secret_post";
|
|
1226
|
+
client_secret_basic: "client_secret_basic";
|
|
1202
1227
|
}>>>;
|
|
1203
1228
|
grant_types: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
1204
1229
|
password: "password";
|
|
@@ -1449,6 +1474,11 @@ declare const oidcProvider: (options: OIDCOptions) => {
|
|
|
1449
1474
|
userId: {
|
|
1450
1475
|
type: "string";
|
|
1451
1476
|
required: false;
|
|
1477
|
+
references: {
|
|
1478
|
+
model: string;
|
|
1479
|
+
field: string;
|
|
1480
|
+
onDelete: "cascade";
|
|
1481
|
+
};
|
|
1452
1482
|
};
|
|
1453
1483
|
createdAt: {
|
|
1454
1484
|
type: "date";
|
|
@@ -1477,10 +1507,20 @@ declare const oidcProvider: (options: OIDCOptions) => {
|
|
|
1477
1507
|
};
|
|
1478
1508
|
clientId: {
|
|
1479
1509
|
type: "string";
|
|
1510
|
+
references: {
|
|
1511
|
+
model: string;
|
|
1512
|
+
field: string;
|
|
1513
|
+
onDelete: "cascade";
|
|
1514
|
+
};
|
|
1480
1515
|
};
|
|
1481
1516
|
userId: {
|
|
1482
1517
|
type: "string";
|
|
1483
1518
|
required: false;
|
|
1519
|
+
references: {
|
|
1520
|
+
model: string;
|
|
1521
|
+
field: string;
|
|
1522
|
+
onDelete: "cascade";
|
|
1523
|
+
};
|
|
1484
1524
|
};
|
|
1485
1525
|
scopes: {
|
|
1486
1526
|
type: "string";
|
|
@@ -1498,9 +1538,19 @@ declare const oidcProvider: (options: OIDCOptions) => {
|
|
|
1498
1538
|
fields: {
|
|
1499
1539
|
clientId: {
|
|
1500
1540
|
type: "string";
|
|
1541
|
+
references: {
|
|
1542
|
+
model: string;
|
|
1543
|
+
field: string;
|
|
1544
|
+
onDelete: "cascade";
|
|
1545
|
+
};
|
|
1501
1546
|
};
|
|
1502
1547
|
userId: {
|
|
1503
1548
|
type: "string";
|
|
1549
|
+
references: {
|
|
1550
|
+
model: string;
|
|
1551
|
+
field: string;
|
|
1552
|
+
onDelete: "cascade";
|
|
1553
|
+
};
|
|
1504
1554
|
};
|
|
1505
1555
|
scopes: {
|
|
1506
1556
|
type: "string";
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import 'zod/v4';
|
|
2
2
|
import 'jose';
|
|
3
3
|
import 'better-call';
|
|
4
|
-
import '../../shared/better-auth.
|
|
5
|
-
import '../../shared/better-auth.
|
|
4
|
+
import '../../shared/better-auth._2xnM2S3.mjs';
|
|
5
|
+
import '../../shared/better-auth.DV5EHeYG.mjs';
|
|
6
6
|
import '../../shared/better-auth.CMQ3rA-I.mjs';
|
|
7
7
|
import '@better-auth/utils/base64';
|
|
8
8
|
import '@better-auth/utils/hmac';
|
|
9
9
|
import '../../shared/better-auth.BjBlybv-.mjs';
|
|
10
10
|
import '@better-auth/utils/binary';
|
|
11
|
-
import '../../shared/better-auth.
|
|
11
|
+
import '../../shared/better-auth.UfVWArIB.mjs';
|
|
12
12
|
import '../../shared/better-auth.n2KFGwjY.mjs';
|
|
13
13
|
import '../../crypto/index.mjs';
|
|
14
|
-
export { g as getClient, a as getMetadata, o as oidcProvider } from '../../shared/better-auth.
|
|
14
|
+
export { g as getClient, a as getMetadata, o as oidcProvider } from '../../shared/better-auth.DqbGTNEt.mjs';
|
|
15
15
|
import '@better-auth/utils/hash';
|
|
16
|
-
import '../../shared/better-auth.
|
|
16
|
+
import '../../shared/better-auth.BF0OhhL0.mjs';
|
|
17
17
|
import '@better-auth/utils/random';
|
|
18
18
|
import 'kysely';
|
|
19
19
|
import '../../shared/better-auth.B4Qoxdgc.mjs';
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
const z = require('zod/v4');
|
|
4
4
|
const betterCall = require('better-call');
|
|
5
|
-
require('../../shared/better-auth.
|
|
6
|
-
const session = require('../../shared/better-auth.
|
|
7
|
-
const cookies_index = require('../../shared/better-auth.
|
|
5
|
+
require('../../shared/better-auth.g2ow3cc2.cjs');
|
|
6
|
+
const session = require('../../shared/better-auth.CLv80Pwz.cjs');
|
|
7
|
+
const cookies_index = require('../../shared/better-auth.D5q0JUiv.cjs');
|
|
8
8
|
require('../../shared/better-auth.BIMq4RPW.cjs');
|
|
9
9
|
require('../../shared/better-auth.B6fIklBU.cjs');
|
|
10
10
|
require('../../shared/better-auth.B3274wGK.cjs');
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as z from 'zod/v4';
|
|
2
2
|
import { APIError } from 'better-call';
|
|
3
|
-
import '../../shared/better-auth.
|
|
4
|
-
import { a as createAuthEndpoint } from '../../shared/better-auth.
|
|
5
|
-
import { s as setSessionCookie } from '../../shared/better-auth.
|
|
3
|
+
import '../../shared/better-auth._2xnM2S3.mjs';
|
|
4
|
+
import { a as createAuthEndpoint } from '../../shared/better-auth.DV5EHeYG.mjs';
|
|
5
|
+
import { s as setSessionCookie } from '../../shared/better-auth.UfVWArIB.mjs';
|
|
6
6
|
import '../../shared/better-auth.n2KFGwjY.mjs';
|
|
7
7
|
import '../../shared/better-auth.CMQ3rA-I.mjs';
|
|
8
8
|
import '../../shared/better-auth.BjBlybv-.mjs';
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
require('zod/v4');
|
|
4
4
|
require('better-call');
|
|
5
|
-
require('../../shared/better-auth.
|
|
6
|
-
require('../../shared/better-auth.
|
|
5
|
+
require('../../shared/better-auth.CLv80Pwz.cjs');
|
|
6
|
+
require('../../shared/better-auth.g2ow3cc2.cjs');
|
|
7
7
|
require('../../shared/better-auth.B6fIklBU.cjs');
|
|
8
8
|
require('@better-auth/utils/base64');
|
|
9
9
|
require('@better-auth/utils/hmac');
|
|
10
10
|
require('../../shared/better-auth.B3274wGK.cjs');
|
|
11
11
|
require('@better-auth/utils/binary');
|
|
12
12
|
require('../../shared/better-auth.BIMq4RPW.cjs');
|
|
13
|
-
require('../../shared/better-auth.
|
|
13
|
+
require('../../shared/better-auth.BYiXvdJQ.cjs');
|
|
14
14
|
require('../organization/access/index.cjs');
|
|
15
15
|
require('@better-auth/utils/random');
|
|
16
16
|
require('@better-auth/utils/hash');
|
|
@@ -29,11 +29,11 @@ require('../admin/access/index.cjs');
|
|
|
29
29
|
require('@better-fetch/fetch');
|
|
30
30
|
require('zod');
|
|
31
31
|
require('../custom-session/index.cjs');
|
|
32
|
-
const plugins_oneTimeToken_index = require('../../shared/better-auth.
|
|
32
|
+
const plugins_oneTimeToken_index = require('../../shared/better-auth.Cm_V_J8I.cjs');
|
|
33
33
|
require('@noble/hashes/sha3');
|
|
34
34
|
require('../device-authorization/index.cjs');
|
|
35
35
|
require('../../shared/better-auth.C1hdVENX.cjs');
|
|
36
|
-
require('../../shared/better-auth.
|
|
36
|
+
require('../../shared/better-auth.D5q0JUiv.cjs');
|
|
37
37
|
require('../../shared/better-auth.ANpbi45u.cjs');
|
|
38
38
|
require('../../shared/better-auth.vPQBmXQL.cjs');
|
|
39
39
|
require('../../shared/better-auth.DRmln2Nr.cjs');
|
|
@@ -42,6 +42,7 @@ require('jose/errors');
|
|
|
42
42
|
require('../../shared/better-auth.Bg6iw3ig.cjs');
|
|
43
43
|
require('defu');
|
|
44
44
|
require('../access/index.cjs');
|
|
45
|
+
require('../../shared/better-auth.DNqtHmvg.cjs');
|
|
45
46
|
require('../../shared/better-auth.Cxlqz5AU.cjs');
|
|
46
47
|
require('../../shared/better-auth.DhsGZ30Q.cjs');
|
|
47
48
|
require('../../shared/better-auth.BMgeJg3r.cjs');
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
2
|
import * as z from 'zod/v4';
|
|
3
|
-
import { U as User, S as Session, G as GenericEndpointContext } from '../../shared/better-auth.
|
|
3
|
+
import { U as User, S as Session, G as GenericEndpointContext } from '../../shared/better-auth.Otfjue7Z.cjs';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.cjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.BVRe9oUF.cjs';
|
|
7
7
|
import 'jose';
|
|
8
8
|
import 'zod/v4/core';
|
|
9
9
|
import 'zod';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
2
|
import * as z from 'zod/v4';
|
|
3
|
-
import { U as User, S as Session, G as GenericEndpointContext } from '../../shared/better-auth.
|
|
3
|
+
import { U as User, S as Session, G as GenericEndpointContext } from '../../shared/better-auth.D75jtXt8.mjs';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.mjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.efEqxJ3k.mjs';
|
|
7
7
|
import 'jose';
|
|
8
8
|
import 'zod/v4/core';
|
|
9
9
|
import 'zod';
|