better-auth 1.3.9-beta.2 → 1.3.9-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 +5 -6
- 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 +5 -6
- package/dist/adapters/index.cjs +5 -6
- 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 +5 -6
- package/dist/adapters/kysely-adapter/index.cjs +6 -7
- 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 +6 -7
- package/dist/adapters/memory-adapter/index.cjs +6 -7
- 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 +6 -7
- package/dist/adapters/mongodb-adapter/index.cjs +6 -7
- 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 +6 -7
- package/dist/adapters/prisma-adapter/index.cjs +5 -6
- 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 +5 -6
- package/dist/adapters/test.cjs +4 -5
- 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/adapters/test.mjs +4 -5
- package/dist/api/index.cjs +23 -6
- 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 +24 -7
- 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.cjs +6 -7
- package/dist/client/plugins/index.d.cts +5 -5
- package/dist/client/plugins/index.d.mts +5 -5
- package/dist/client/plugins/index.d.ts +5 -5
- package/dist/client/plugins/index.mjs +6 -7
- 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 +3 -4
- package/dist/client/solid/index.d.mts +3 -4
- package/dist/client/solid/index.d.ts +3 -4
- package/dist/client/svelte/index.d.cts +3 -4
- package/dist/client/svelte/index.d.mts +3 -4
- package/dist/client/svelte/index.d.ts +3 -4
- package/dist/client/vue/index.d.cts +3 -4
- package/dist/client/vue/index.d.mts +3 -4
- package/dist/client/vue/index.d.ts +3 -4
- 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/crypto/index.cjs +12 -13
- package/dist/crypto/index.mjs +4 -5
- package/dist/db/index.cjs +8 -9
- 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 +8 -9
- package/dist/index.cjs +10 -11
- package/dist/index.d.cts +10 -11
- package/dist/index.d.mts +10 -11
- package/dist/index.d.ts +10 -11
- package/dist/index.mjs +10 -11
- package/dist/integrations/next-js.cjs +7 -8
- 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 +7 -8
- 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 +7 -8
- 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 +7 -8
- package/dist/integrations/svelte-kit.cjs +5 -6
- 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 +5 -6
- package/dist/oauth2/index.cjs +5 -6
- 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 +5 -6
- package/dist/plugins/admin/index.cjs +6 -7
- package/dist/plugins/admin/index.d.cts +4 -5
- package/dist/plugins/admin/index.d.mts +4 -5
- package/dist/plugins/admin/index.d.ts +4 -5
- package/dist/plugins/admin/index.mjs +6 -7
- package/dist/plugins/anonymous/index.cjs +5 -6
- package/dist/plugins/anonymous/index.d.cts +2 -3
- package/dist/plugins/anonymous/index.d.mts +2 -3
- package/dist/plugins/anonymous/index.d.ts +2 -3
- package/dist/plugins/anonymous/index.mjs +5 -6
- package/dist/plugins/bearer/index.cjs +5 -6
- 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 +5 -6
- 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 +5 -6
- 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 +5 -6
- package/dist/plugins/device-authorization/index.cjs +4 -5
- package/dist/plugins/device-authorization/index.d.cts +2 -3
- package/dist/plugins/device-authorization/index.d.mts +2 -3
- package/dist/plugins/device-authorization/index.d.ts +2 -3
- package/dist/plugins/device-authorization/index.mjs +4 -5
- package/dist/plugins/email-otp/index.cjs +5 -6
- 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 +5 -6
- package/dist/plugins/generic-oauth/index.cjs +5 -6
- 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 +5 -6
- package/dist/plugins/haveibeenpwned/index.cjs +5 -6
- 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 +5 -6
- package/dist/plugins/index.cjs +17 -16
- 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 +18 -17
- package/dist/plugins/jwt/index.cjs +6 -7
- 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 -8
- package/dist/plugins/magic-link/index.cjs +5 -6
- package/dist/plugins/magic-link/index.mjs +5 -6
- package/dist/plugins/multi-session/index.cjs +5 -6
- 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 +5 -6
- package/dist/plugins/oauth-proxy/index.cjs +5 -6
- 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 +5 -6
- package/dist/plugins/oidc-provider/index.cjs +7 -8
- package/dist/plugins/oidc-provider/index.d.cts +2 -3
- package/dist/plugins/oidc-provider/index.d.mts +2 -3
- package/dist/plugins/oidc-provider/index.d.ts +2 -3
- package/dist/plugins/oidc-provider/index.mjs +7 -8
- package/dist/plugins/one-tap/index.cjs +5 -6
- package/dist/plugins/one-tap/index.mjs +5 -6
- package/dist/plugins/one-time-token/index.cjs +8 -9
- 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 +8 -9
- package/dist/plugins/open-api/index.cjs +44 -13
- 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 +44 -13
- package/dist/plugins/organization/index.cjs +8 -9
- package/dist/plugins/organization/index.d.cts +2 -3
- package/dist/plugins/organization/index.d.mts +2 -3
- package/dist/plugins/organization/index.d.ts +2 -3
- package/dist/plugins/organization/index.mjs +8 -9
- package/dist/plugins/passkey/index.cjs +5 -6
- 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 +5 -6
- package/dist/plugins/phone-number/index.cjs +5 -6
- 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 +5 -6
- package/dist/plugins/siwe/index.cjs +7 -8
- package/dist/plugins/siwe/index.d.cts +2 -3
- package/dist/plugins/siwe/index.d.mts +2 -3
- package/dist/plugins/siwe/index.d.ts +2 -3
- package/dist/plugins/siwe/index.mjs +7 -8
- package/dist/plugins/sso/index.cjs +5 -6
- package/dist/plugins/sso/index.d.cts +2 -3
- package/dist/plugins/sso/index.d.mts +2 -3
- package/dist/plugins/sso/index.d.ts +2 -3
- package/dist/plugins/sso/index.mjs +5 -6
- package/dist/plugins/two-factor/index.cjs +5 -6
- package/dist/plugins/two-factor/index.d.cts +2 -3
- package/dist/plugins/two-factor/index.d.mts +2 -3
- package/dist/plugins/two-factor/index.d.ts +2 -3
- package/dist/plugins/two-factor/index.mjs +5 -6
- package/dist/plugins/username/index.cjs +20 -6
- package/dist/plugins/username/index.d.cts +19 -5
- package/dist/plugins/username/index.d.mts +19 -5
- package/dist/plugins/username/index.d.ts +19 -5
- package/dist/plugins/username/index.mjs +20 -6
- package/dist/shared/{better-auth.Ck4qhtF6.mjs → better-auth.5WTE-uUO.mjs} +5 -6
- package/dist/shared/{better-auth.DGuotwA1.d.cts → better-auth.6crrbXrP.d.cts} +308 -8
- package/dist/shared/{better-auth.gF8vGD5L.mjs → better-auth.7ZeACU2v.mjs} +5 -6
- package/dist/shared/{better-auth.CnIVrMwK.d.ts → better-auth.B-CitgLp.d.ts} +1 -1
- package/dist/shared/{better-auth.CXBi-DJc.cjs → better-auth.B-GguVp5.cjs} +7 -8
- package/dist/shared/{better-auth.CEc4wau_.d.cts → better-auth.B-V8R4q7.d.cts} +1 -1
- package/dist/shared/{better-auth.mA4L_-fq.d.ts → better-auth.B5FL4Q2B.d.ts} +2 -3
- package/dist/shared/{better-auth.EF9Iq11i.d.ts → better-auth.BAnyvLX6.d.ts} +1 -1
- package/dist/shared/{better-auth.C_gHVcnc.cjs → better-auth.BEYvND1Y.cjs} +1 -1
- package/dist/shared/{better-auth.TZOo7890.cjs → better-auth.BVUwL7ru.cjs} +1 -1
- package/dist/shared/{better-auth.BjjUH-Ka.mjs → better-auth.BWl2NB1B.mjs} +1 -1
- package/dist/shared/{better-auth.BlqpEUaH.mjs → better-auth.BZTBs9Yy.mjs} +7 -8
- package/dist/shared/{better-auth.CTMmErGI.d.cts → better-auth.BaMSx6K3.d.cts} +2 -3
- package/dist/shared/{better-auth.DXKgbji-.mjs → better-auth.BduPtJy8.mjs} +1 -1
- package/dist/shared/{better-auth.Dc0nj0we.cjs → better-auth.BlsHS68J.cjs} +22 -5
- package/dist/shared/{better-auth.Dyb4JEgv.cjs → better-auth.C5ZbY8Lo.cjs} +6 -7
- package/dist/shared/{better-auth.XP_NDvic.mjs → better-auth.C7KUdiwV.mjs} +1 -1
- package/dist/shared/{better-auth.BvYLXwvp.cjs → better-auth.CMwM5enp.cjs} +1 -0
- package/dist/shared/{better-auth.DtZRMuXL.cjs → better-auth.CRFFLEbh.cjs} +6 -7
- package/dist/shared/{better-auth.B3CPLvGC.mjs → better-auth.CSEecXfV.mjs} +22 -5
- package/dist/shared/{better-auth.DTV9hYzN.cjs → better-auth.CdLjcJ6z.cjs} +7 -8
- package/dist/shared/{better-auth.B8UjXTUa.mjs → better-auth.CtB1M_c7.mjs} +1 -1
- package/dist/shared/{better-auth.DFJOJkY1.cjs → better-auth.CtgUZb45.cjs} +7 -8
- package/dist/shared/{better-auth.3K3VNUn3.mjs → better-auth.D9PzlwY_.mjs} +6 -7
- package/dist/shared/{better-auth.CY7-Inqt.mjs → better-auth.DDuRjwGK.mjs} +1 -0
- package/dist/shared/{better-auth.B1yOWNP8.cjs → better-auth.DEKJQy4E.cjs} +1 -1
- package/dist/shared/{better-auth.DAUyNtx1.mjs → better-auth.DLsqH9Hw.mjs} +7 -8
- package/dist/shared/{better-auth.BuBqXPUp.mjs → better-auth.DOXaXTC6.mjs} +4 -5
- package/dist/shared/{better-auth.BWzwHY8m.cjs → better-auth.DPsIzckY.cjs} +5 -6
- package/dist/shared/{better-auth.DDDKwecE.mjs → better-auth.DQ6bmgix.mjs} +7 -8
- package/dist/shared/{better-auth.ChqAn6N0.d.mts → better-auth.DQLetyog.d.cts} +1 -1
- package/dist/shared/{better-auth.ZUo2dMO3.d.mts → better-auth.DR57bygo.d.mts} +2 -3
- package/dist/shared/{better-auth.fBcUR9cm.mjs → better-auth.DV0Lly8-.mjs} +6 -7
- package/dist/shared/{better-auth.WOu5GuAp.d.ts → better-auth.DtrrQDoO.d.ts} +5 -5
- package/dist/shared/{better-auth.aZPAhP-f.cjs → better-auth.QqWdVDmR.cjs} +5 -6
- package/dist/shared/{better-auth.DU2vRHKI.d.ts → better-auth.S3lnSz8Y.d.ts} +308 -8
- package/dist/shared/{better-auth.C9jfJUDF.cjs → better-auth.Szg-8evr.cjs} +4 -5
- package/dist/shared/{better-auth.llWU4_4y.d.cts → better-auth.UcasWcPe.d.cts} +5 -5
- package/dist/shared/{better-auth.YWGwdADP.cjs → better-auth.WyvofoOW.cjs} +1 -1
- package/dist/shared/{better-auth.f-bUldRg.d.mts → better-auth.YK5LQtFt.d.mts} +308 -8
- package/dist/shared/{better-auth.Df1_Wu_1.d.mts → better-auth.eYki6XKk.d.mts} +5 -5
- package/dist/shared/{better-auth.BZiffGTH.d.mts → better-auth.g9DlWOx7.d.mts} +1 -1
- package/dist/shared/{better-auth.D9BrVtBy.d.cts → better-auth.km36dqos.d.mts} +1 -1
- package/dist/social-providers/index.cjs +5 -6
- 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 +5 -6
- package/dist/test-utils/index.cjs +13 -14
- package/dist/test-utils/index.d.cts +258 -4
- package/dist/test-utils/index.d.mts +258 -4
- package/dist/test-utils/index.d.ts +258 -4
- package/dist/test-utils/index.mjs +13 -14
- 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 +10 -5
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const sign = require('../../shared/better-auth.
|
|
3
|
+
const sign = require('../../shared/better-auth.CMwM5enp.cjs');
|
|
4
4
|
const betterCall = require('better-call');
|
|
5
|
-
require('../../shared/better-auth.
|
|
5
|
+
require('../../shared/better-auth.BlsHS68J.cjs');
|
|
6
6
|
const session = require('../../shared/better-auth.CLv80Pwz.cjs');
|
|
7
7
|
require('zod/v4');
|
|
8
8
|
const index = require('../../shared/better-auth.ANpbi45u.cjs');
|
|
@@ -16,13 +16,12 @@ const z = require('zod');
|
|
|
16
16
|
require('jose');
|
|
17
17
|
require('../../crypto/index.cjs');
|
|
18
18
|
require('@better-auth/utils/hash');
|
|
19
|
-
require('@noble/ciphers/chacha');
|
|
20
|
-
require('@noble/ciphers/utils');
|
|
21
|
-
require('@noble/
|
|
22
|
-
require('@noble/hashes/scrypt');
|
|
19
|
+
require('@noble/ciphers/chacha.js');
|
|
20
|
+
require('@noble/ciphers/utils.js');
|
|
21
|
+
require('@noble/hashes/scrypt.js');
|
|
23
22
|
require('@better-auth/utils');
|
|
24
23
|
require('@better-auth/utils/hex');
|
|
25
|
-
require('@noble/hashes/utils');
|
|
24
|
+
require('@noble/hashes/utils.js');
|
|
26
25
|
require('../../shared/better-auth.CYeOI8C-.cjs');
|
|
27
26
|
require('@better-auth/utils/random');
|
|
28
27
|
require('../../shared/better-auth.C1hdVENX.cjs');
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
|
-
import { U as User, S as Session, I as InferOptionSchema, G as GenericEndpointContext, H as HookEndpointContext } from '../../shared/better-auth.
|
|
2
|
+
import { U as User, S as Session, I as InferOptionSchema, G as GenericEndpointContext, H as HookEndpointContext } from '../../shared/better-auth.6crrbXrP.cjs';
|
|
3
3
|
import * as jose from 'jose';
|
|
4
4
|
import { JWTPayload, JSONWebKeySet } from 'jose';
|
|
5
5
|
import zod__default from 'zod';
|
|
6
6
|
import { A as Awaitable } from '../../shared/better-auth.DTtXpZYr.cjs';
|
|
7
7
|
import 'kysely';
|
|
8
8
|
import 'zod/v4';
|
|
9
|
-
import '../../shared/better-auth.
|
|
9
|
+
import '../../shared/better-auth.BaMSx6K3.cjs';
|
|
10
10
|
import 'zod/v4/core';
|
|
11
11
|
import 'better-sqlite3';
|
|
12
12
|
import 'bun:sqlite';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
|
-
import { U as User, S as Session, I as InferOptionSchema, G as GenericEndpointContext, H as HookEndpointContext } from '../../shared/better-auth.
|
|
2
|
+
import { U as User, S as Session, I as InferOptionSchema, G as GenericEndpointContext, H as HookEndpointContext } from '../../shared/better-auth.YK5LQtFt.mjs';
|
|
3
3
|
import * as jose from 'jose';
|
|
4
4
|
import { JWTPayload, JSONWebKeySet } from 'jose';
|
|
5
5
|
import zod__default from 'zod';
|
|
6
6
|
import { A as Awaitable } from '../../shared/better-auth.DTtXpZYr.mjs';
|
|
7
7
|
import 'kysely';
|
|
8
8
|
import 'zod/v4';
|
|
9
|
-
import '../../shared/better-auth.
|
|
9
|
+
import '../../shared/better-auth.DR57bygo.mjs';
|
|
10
10
|
import 'zod/v4/core';
|
|
11
11
|
import 'better-sqlite3';
|
|
12
12
|
import 'bun:sqlite';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
|
-
import { U as User, S as Session, I as InferOptionSchema, G as GenericEndpointContext, H as HookEndpointContext } from '../../shared/better-auth.
|
|
2
|
+
import { U as User, S as Session, I as InferOptionSchema, G as GenericEndpointContext, H as HookEndpointContext } from '../../shared/better-auth.S3lnSz8Y.js';
|
|
3
3
|
import * as jose from 'jose';
|
|
4
4
|
import { JWTPayload, JSONWebKeySet } from 'jose';
|
|
5
5
|
import zod__default from 'zod';
|
|
6
6
|
import { A as Awaitable } from '../../shared/better-auth.DTtXpZYr.js';
|
|
7
7
|
import 'kysely';
|
|
8
8
|
import 'zod/v4';
|
|
9
|
-
import '../../shared/better-auth.
|
|
9
|
+
import '../../shared/better-auth.B5FL4Q2B.js';
|
|
10
10
|
import 'zod/v4/core';
|
|
11
11
|
import 'better-sqlite3';
|
|
12
12
|
import 'bun:sqlite';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { g as getJwtToken, s as signJWT, a as getJwksAdapter, c as createJwk } from '../../shared/better-auth.
|
|
2
|
-
export { b as generateExportedKeyPair } from '../../shared/better-auth.
|
|
1
|
+
import { g as getJwtToken, s as signJWT, a as getJwksAdapter, c as createJwk } from '../../shared/better-auth.DDuRjwGK.mjs';
|
|
2
|
+
export { b as generateExportedKeyPair } from '../../shared/better-auth.DDuRjwGK.mjs';
|
|
3
3
|
import { APIError } from 'better-call';
|
|
4
|
-
import '../../shared/better-auth.
|
|
4
|
+
import '../../shared/better-auth.CSEecXfV.mjs';
|
|
5
5
|
import { c as createAuthMiddleware, a as createAuthEndpoint, s as sessionMiddleware } from '../../shared/better-auth.DV5EHeYG.mjs';
|
|
6
6
|
import 'zod/v4';
|
|
7
7
|
import { B as BetterAuthError } from '../../shared/better-auth.DdzSJf-n.mjs';
|
|
@@ -15,13 +15,12 @@ import z from 'zod';
|
|
|
15
15
|
import 'jose';
|
|
16
16
|
import '../../crypto/index.mjs';
|
|
17
17
|
import '@better-auth/utils/hash';
|
|
18
|
-
import '@noble/ciphers/chacha';
|
|
19
|
-
import '@noble/ciphers/utils';
|
|
20
|
-
import '@noble/
|
|
21
|
-
import '@noble/hashes/scrypt';
|
|
18
|
+
import '@noble/ciphers/chacha.js';
|
|
19
|
+
import '@noble/ciphers/utils.js';
|
|
20
|
+
import '@noble/hashes/scrypt.js';
|
|
22
21
|
import '@better-auth/utils';
|
|
23
22
|
import '@better-auth/utils/hex';
|
|
24
|
-
import '@noble/hashes/utils';
|
|
23
|
+
import '@noble/hashes/utils.js';
|
|
25
24
|
import '../../shared/better-auth.B4Qoxdgc.mjs';
|
|
26
25
|
import '@better-auth/utils/random';
|
|
27
26
|
import '../../shared/better-auth.CW6D9eSx.mjs';
|
|
@@ -5,17 +5,16 @@ const session = require('../../shared/better-auth.CLv80Pwz.cjs');
|
|
|
5
5
|
const betterCall = require('better-call');
|
|
6
6
|
const cookies_index = require('../../shared/better-auth.D5q0JUiv.cjs');
|
|
7
7
|
const hash = require('@better-auth/utils/hash');
|
|
8
|
-
require('@noble/ciphers/chacha');
|
|
9
|
-
require('@noble/ciphers/utils');
|
|
10
|
-
require('@noble/ciphers/webcrypto');
|
|
8
|
+
require('@noble/ciphers/chacha.js');
|
|
9
|
+
require('@noble/ciphers/utils.js');
|
|
11
10
|
const base64 = require('@better-auth/utils/base64');
|
|
12
11
|
require('jose');
|
|
13
|
-
require('@noble/hashes/scrypt');
|
|
12
|
+
require('@noble/hashes/scrypt.js');
|
|
14
13
|
require('@better-auth/utils');
|
|
15
14
|
require('@better-auth/utils/hex');
|
|
16
|
-
require('@noble/hashes/utils');
|
|
15
|
+
require('@noble/hashes/utils.js');
|
|
17
16
|
const random = require('../../shared/better-auth.CYeOI8C-.cjs');
|
|
18
|
-
const socialProviders_index = require('../../shared/better-auth.
|
|
17
|
+
const socialProviders_index = require('../../shared/better-auth.BlsHS68J.cjs');
|
|
19
18
|
require('../../shared/better-auth.gN3g-znU.cjs');
|
|
20
19
|
require('../../shared/better-auth.B6fIklBU.cjs');
|
|
21
20
|
require('../../shared/better-auth.B3274wGK.cjs');
|
|
@@ -3,17 +3,16 @@ import { a as createAuthEndpoint, B as BASE_ERROR_CODES } from '../../shared/bet
|
|
|
3
3
|
import { APIError } from 'better-call';
|
|
4
4
|
import { s as setSessionCookie } from '../../shared/better-auth.UfVWArIB.mjs';
|
|
5
5
|
import { createHash } from '@better-auth/utils/hash';
|
|
6
|
-
import '@noble/ciphers/chacha';
|
|
7
|
-
import '@noble/ciphers/utils';
|
|
8
|
-
import '@noble/ciphers/webcrypto';
|
|
6
|
+
import '@noble/ciphers/chacha.js';
|
|
7
|
+
import '@noble/ciphers/utils.js';
|
|
9
8
|
import { base64Url } from '@better-auth/utils/base64';
|
|
10
9
|
import 'jose';
|
|
11
|
-
import '@noble/hashes/scrypt';
|
|
10
|
+
import '@noble/hashes/scrypt.js';
|
|
12
11
|
import '@better-auth/utils';
|
|
13
12
|
import '@better-auth/utils/hex';
|
|
14
|
-
import '@noble/hashes/utils';
|
|
13
|
+
import '@noble/hashes/utils.js';
|
|
15
14
|
import { g as generateRandomString } from '../../shared/better-auth.B4Qoxdgc.mjs';
|
|
16
|
-
import { o as originCheck } from '../../shared/better-auth.
|
|
15
|
+
import { o as originCheck } from '../../shared/better-auth.CSEecXfV.mjs';
|
|
17
16
|
import '../../shared/better-auth.Dcv8PS7T.mjs';
|
|
18
17
|
import '../../shared/better-auth.CMQ3rA-I.mjs';
|
|
19
18
|
import '../../shared/better-auth.BjBlybv-.mjs';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
const z = require('zod/v4');
|
|
4
4
|
const betterCall = require('better-call');
|
|
5
|
-
require('../../shared/better-auth.
|
|
5
|
+
require('../../shared/better-auth.BlsHS68J.cjs');
|
|
6
6
|
const session = require('../../shared/better-auth.CLv80Pwz.cjs');
|
|
7
7
|
const cookies_index = require('../../shared/better-auth.D5q0JUiv.cjs');
|
|
8
8
|
require('../../shared/better-auth.gN3g-znU.cjs');
|
|
@@ -12,14 +12,13 @@ require('../../shared/better-auth.C1hdVENX.cjs');
|
|
|
12
12
|
require('@better-auth/utils/hash');
|
|
13
13
|
require('@better-auth/utils/base64');
|
|
14
14
|
require('../../crypto/index.cjs');
|
|
15
|
-
require('@noble/ciphers/chacha');
|
|
16
|
-
require('@noble/ciphers/utils');
|
|
17
|
-
require('@noble/ciphers/webcrypto');
|
|
15
|
+
require('@noble/ciphers/chacha.js');
|
|
16
|
+
require('@noble/ciphers/utils.js');
|
|
18
17
|
require('jose');
|
|
19
|
-
require('@noble/hashes/scrypt');
|
|
18
|
+
require('@noble/hashes/scrypt.js');
|
|
20
19
|
require('@better-auth/utils');
|
|
21
20
|
require('@better-auth/utils/hex');
|
|
22
|
-
require('@noble/hashes/utils');
|
|
21
|
+
require('@noble/hashes/utils.js');
|
|
23
22
|
require('../../shared/better-auth.ANpbi45u.cjs');
|
|
24
23
|
require('../../shared/better-auth.CYeOI8C-.cjs');
|
|
25
24
|
require('@better-auth/utils/random');
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
2
|
import * as z from 'zod/v4';
|
|
3
|
-
import { S as Session, U as User, H as HookEndpointContext } from '../../shared/better-auth.
|
|
3
|
+
import { S as Session, U as User, H as HookEndpointContext } from '../../shared/better-auth.6crrbXrP.cjs';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.cjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
7
|
-
import 'jose';
|
|
6
|
+
import '../../shared/better-auth.BaMSx6K3.cjs';
|
|
8
7
|
import 'zod/v4/core';
|
|
9
8
|
import 'zod';
|
|
10
9
|
import 'better-sqlite3';
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
2
|
import * as z from 'zod/v4';
|
|
3
|
-
import { S as Session, U as User, H as HookEndpointContext } from '../../shared/better-auth.
|
|
3
|
+
import { S as Session, U as User, H as HookEndpointContext } from '../../shared/better-auth.YK5LQtFt.mjs';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.mjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
7
|
-
import 'jose';
|
|
6
|
+
import '../../shared/better-auth.DR57bygo.mjs';
|
|
8
7
|
import 'zod/v4/core';
|
|
9
8
|
import 'zod';
|
|
10
9
|
import 'better-sqlite3';
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
2
|
import * as z from 'zod/v4';
|
|
3
|
-
import { S as Session, U as User, H as HookEndpointContext } from '../../shared/better-auth.
|
|
3
|
+
import { S as Session, U as User, H as HookEndpointContext } from '../../shared/better-auth.S3lnSz8Y.js';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.js';
|
|
6
|
-
import '../../shared/better-auth.
|
|
7
|
-
import 'jose';
|
|
6
|
+
import '../../shared/better-auth.B5FL4Q2B.js';
|
|
8
7
|
import 'zod/v4/core';
|
|
9
8
|
import 'zod';
|
|
10
9
|
import 'better-sqlite3';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as z from 'zod/v4';
|
|
2
2
|
import { APIError } from 'better-call';
|
|
3
|
-
import '../../shared/better-auth.
|
|
3
|
+
import '../../shared/better-auth.CSEecXfV.mjs';
|
|
4
4
|
import { c as createAuthMiddleware, a as createAuthEndpoint, s as sessionMiddleware } from '../../shared/better-auth.DV5EHeYG.mjs';
|
|
5
5
|
import { p as parseSetCookieHeader, a as parseCookies, s as setSessionCookie, d as deleteSessionCookie } from '../../shared/better-auth.UfVWArIB.mjs';
|
|
6
6
|
import '../../shared/better-auth.Dcv8PS7T.mjs';
|
|
@@ -10,14 +10,13 @@ import '../../shared/better-auth.CW6D9eSx.mjs';
|
|
|
10
10
|
import '@better-auth/utils/hash';
|
|
11
11
|
import '@better-auth/utils/base64';
|
|
12
12
|
import '../../crypto/index.mjs';
|
|
13
|
-
import '@noble/ciphers/chacha';
|
|
14
|
-
import '@noble/ciphers/utils';
|
|
15
|
-
import '@noble/ciphers/webcrypto';
|
|
13
|
+
import '@noble/ciphers/chacha.js';
|
|
14
|
+
import '@noble/ciphers/utils.js';
|
|
16
15
|
import 'jose';
|
|
17
|
-
import '@noble/hashes/scrypt';
|
|
16
|
+
import '@noble/hashes/scrypt.js';
|
|
18
17
|
import '@better-auth/utils';
|
|
19
18
|
import '@better-auth/utils/hex';
|
|
20
|
-
import '@noble/hashes/utils';
|
|
19
|
+
import '@noble/hashes/utils.js';
|
|
21
20
|
import '../../shared/better-auth.DdzSJf-n.mjs';
|
|
22
21
|
import '../../shared/better-auth.B4Qoxdgc.mjs';
|
|
23
22
|
import '@better-auth/utils/random';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
const z = require('zod/v4');
|
|
4
4
|
require('better-call');
|
|
5
|
-
const socialProviders_index = require('../../shared/better-auth.
|
|
5
|
+
const socialProviders_index = require('../../shared/better-auth.BlsHS68J.cjs');
|
|
6
6
|
const session = require('../../shared/better-auth.CLv80Pwz.cjs');
|
|
7
7
|
const env = require('../../shared/better-auth.B6fIklBU.cjs');
|
|
8
8
|
require('@better-auth/utils/base64');
|
|
@@ -16,13 +16,12 @@ require('../../shared/better-auth.C1hdVENX.cjs');
|
|
|
16
16
|
require('@better-auth/utils/hash');
|
|
17
17
|
require('@better-fetch/fetch');
|
|
18
18
|
require('jose');
|
|
19
|
-
require('@noble/ciphers/chacha');
|
|
20
|
-
require('@noble/ciphers/utils');
|
|
21
|
-
require('@noble/
|
|
22
|
-
require('@noble/hashes/scrypt');
|
|
19
|
+
require('@noble/ciphers/chacha.js');
|
|
20
|
+
require('@noble/ciphers/utils.js');
|
|
21
|
+
require('@noble/hashes/scrypt.js');
|
|
23
22
|
require('@better-auth/utils');
|
|
24
23
|
require('@better-auth/utils/hex');
|
|
25
|
-
require('@noble/hashes/utils');
|
|
24
|
+
require('@noble/hashes/utils.js');
|
|
26
25
|
require('../../shared/better-auth.CYeOI8C-.cjs');
|
|
27
26
|
require('@better-auth/utils/random');
|
|
28
27
|
require('../../shared/better-auth.D5q0JUiv.cjs');
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { H as HookEndpointContext, h as AuthContext } from '../../shared/better-auth.
|
|
1
|
+
import { H as HookEndpointContext, h as AuthContext } from '../../shared/better-auth.6crrbXrP.cjs';
|
|
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.cjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
7
|
-
import 'jose';
|
|
6
|
+
import '../../shared/better-auth.BaMSx6K3.cjs';
|
|
8
7
|
import 'zod/v4/core';
|
|
9
8
|
import 'zod';
|
|
10
9
|
import 'better-sqlite3';
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { H as HookEndpointContext, h as AuthContext } from '../../shared/better-auth.
|
|
1
|
+
import { H as HookEndpointContext, h as AuthContext } from '../../shared/better-auth.YK5LQtFt.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.
|
|
7
|
-
import 'jose';
|
|
6
|
+
import '../../shared/better-auth.DR57bygo.mjs';
|
|
8
7
|
import 'zod/v4/core';
|
|
9
8
|
import 'zod';
|
|
10
9
|
import 'better-sqlite3';
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { H as HookEndpointContext, h as AuthContext } from '../../shared/better-auth.
|
|
1
|
+
import { H as HookEndpointContext, h as AuthContext } from '../../shared/better-auth.S3lnSz8Y.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.
|
|
7
|
-
import 'jose';
|
|
6
|
+
import '../../shared/better-auth.B5FL4Q2B.js';
|
|
8
7
|
import 'zod/v4/core';
|
|
9
8
|
import 'zod';
|
|
10
9
|
import 'better-sqlite3';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as z from 'zod/v4';
|
|
2
2
|
import 'better-call';
|
|
3
|
-
import { o as originCheck } from '../../shared/better-auth.
|
|
3
|
+
import { o as originCheck } from '../../shared/better-auth.CSEecXfV.mjs';
|
|
4
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';
|
|
@@ -14,13 +14,12 @@ import '../../shared/better-auth.CW6D9eSx.mjs';
|
|
|
14
14
|
import '@better-auth/utils/hash';
|
|
15
15
|
import '@better-fetch/fetch';
|
|
16
16
|
import 'jose';
|
|
17
|
-
import '@noble/ciphers/chacha';
|
|
18
|
-
import '@noble/ciphers/utils';
|
|
19
|
-
import '@noble/
|
|
20
|
-
import '@noble/hashes/scrypt';
|
|
17
|
+
import '@noble/ciphers/chacha.js';
|
|
18
|
+
import '@noble/ciphers/utils.js';
|
|
19
|
+
import '@noble/hashes/scrypt.js';
|
|
21
20
|
import '@better-auth/utils';
|
|
22
21
|
import '@better-auth/utils/hex';
|
|
23
|
-
import '@noble/hashes/utils';
|
|
22
|
+
import '@noble/hashes/utils.js';
|
|
24
23
|
import '../../shared/better-auth.B4Qoxdgc.mjs';
|
|
25
24
|
import '@better-auth/utils/random';
|
|
26
25
|
import '../../shared/better-auth.UfVWArIB.mjs';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
require('zod/v4');
|
|
4
4
|
require('jose');
|
|
5
5
|
require('better-call');
|
|
6
|
-
require('../../shared/better-auth.
|
|
6
|
+
require('../../shared/better-auth.BlsHS68J.cjs');
|
|
7
7
|
require('../../shared/better-auth.CLv80Pwz.cjs');
|
|
8
8
|
require('../../shared/better-auth.B6fIklBU.cjs');
|
|
9
9
|
require('@better-auth/utils/base64');
|
|
@@ -13,21 +13,20 @@ require('@better-auth/utils/binary');
|
|
|
13
13
|
require('../../shared/better-auth.D5q0JUiv.cjs');
|
|
14
14
|
require('../../shared/better-auth.gN3g-znU.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.CRFFLEbh.cjs');
|
|
17
17
|
require('@better-auth/utils/hash');
|
|
18
|
-
require('../../shared/better-auth.
|
|
18
|
+
require('../../shared/better-auth.CMwM5enp.cjs');
|
|
19
19
|
require('@better-auth/utils/random');
|
|
20
20
|
require('kysely');
|
|
21
21
|
require('../../shared/better-auth.CYeOI8C-.cjs');
|
|
22
22
|
require('../../shared/better-auth.C1hdVENX.cjs');
|
|
23
23
|
require('@better-fetch/fetch');
|
|
24
|
-
require('@noble/ciphers/chacha');
|
|
25
|
-
require('@noble/ciphers/utils');
|
|
26
|
-
require('@noble/
|
|
27
|
-
require('@noble/hashes/scrypt');
|
|
24
|
+
require('@noble/ciphers/chacha.js');
|
|
25
|
+
require('@noble/ciphers/utils.js');
|
|
26
|
+
require('@noble/hashes/scrypt.js');
|
|
28
27
|
require('@better-auth/utils');
|
|
29
28
|
require('@better-auth/utils/hex');
|
|
30
|
-
require('@noble/hashes/utils');
|
|
29
|
+
require('@noble/hashes/utils.js');
|
|
31
30
|
require('../../shared/better-auth.DRmln2Nr.cjs');
|
|
32
31
|
require('../../shared/better-auth.ANpbi45u.cjs');
|
|
33
32
|
require('jose/errors');
|
|
@@ -1,10 +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.6crrbXrP.cjs';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.cjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
7
|
-
import 'jose';
|
|
6
|
+
import '../../shared/better-auth.BaMSx6K3.cjs';
|
|
8
7
|
import 'zod/v4/core';
|
|
9
8
|
import 'zod';
|
|
10
9
|
import 'better-sqlite3';
|
|
@@ -1,10 +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.YK5LQtFt.mjs';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.mjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
7
|
-
import 'jose';
|
|
6
|
+
import '../../shared/better-auth.DR57bygo.mjs';
|
|
8
7
|
import 'zod/v4/core';
|
|
9
8
|
import 'zod';
|
|
10
9
|
import 'better-sqlite3';
|
|
@@ -1,10 +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.S3lnSz8Y.js';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.js';
|
|
6
|
-
import '../../shared/better-auth.
|
|
7
|
-
import 'jose';
|
|
6
|
+
import '../../shared/better-auth.B5FL4Q2B.js';
|
|
8
7
|
import 'zod/v4/core';
|
|
9
8
|
import 'zod';
|
|
10
9
|
import 'better-sqlite3';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'zod/v4';
|
|
2
2
|
import 'jose';
|
|
3
3
|
import 'better-call';
|
|
4
|
-
import '../../shared/better-auth.
|
|
4
|
+
import '../../shared/better-auth.CSEecXfV.mjs';
|
|
5
5
|
import '../../shared/better-auth.DV5EHeYG.mjs';
|
|
6
6
|
import '../../shared/better-auth.CMQ3rA-I.mjs';
|
|
7
7
|
import '@better-auth/utils/base64';
|
|
@@ -11,21 +11,20 @@ import '@better-auth/utils/binary';
|
|
|
11
11
|
import '../../shared/better-auth.UfVWArIB.mjs';
|
|
12
12
|
import '../../shared/better-auth.Dcv8PS7T.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.D9PzlwY_.mjs';
|
|
15
15
|
import '@better-auth/utils/hash';
|
|
16
|
-
import '../../shared/better-auth.
|
|
16
|
+
import '../../shared/better-auth.DDuRjwGK.mjs';
|
|
17
17
|
import '@better-auth/utils/random';
|
|
18
18
|
import 'kysely';
|
|
19
19
|
import '../../shared/better-auth.B4Qoxdgc.mjs';
|
|
20
20
|
import '../../shared/better-auth.CW6D9eSx.mjs';
|
|
21
21
|
import '@better-fetch/fetch';
|
|
22
|
-
import '@noble/ciphers/chacha';
|
|
23
|
-
import '@noble/ciphers/utils';
|
|
24
|
-
import '@noble/
|
|
25
|
-
import '@noble/hashes/scrypt';
|
|
22
|
+
import '@noble/ciphers/chacha.js';
|
|
23
|
+
import '@noble/ciphers/utils.js';
|
|
24
|
+
import '@noble/hashes/scrypt.js';
|
|
26
25
|
import '@better-auth/utils';
|
|
27
26
|
import '@better-auth/utils/hex';
|
|
28
|
-
import '@noble/hashes/utils';
|
|
27
|
+
import '@noble/hashes/utils.js';
|
|
29
28
|
import '../../shared/better-auth.CuS_eDdK.mjs';
|
|
30
29
|
import '../../shared/better-auth.DdzSJf-n.mjs';
|
|
31
30
|
import 'jose/errors';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
const z = require('zod/v4');
|
|
4
4
|
const betterCall = require('better-call');
|
|
5
|
-
require('../../shared/better-auth.
|
|
5
|
+
require('../../shared/better-auth.BlsHS68J.cjs');
|
|
6
6
|
const session = require('../../shared/better-auth.CLv80Pwz.cjs');
|
|
7
7
|
const cookies_index = require('../../shared/better-auth.D5q0JUiv.cjs');
|
|
8
8
|
require('../../shared/better-auth.gN3g-znU.cjs');
|
|
@@ -13,13 +13,12 @@ require('../../shared/better-auth.C1hdVENX.cjs');
|
|
|
13
13
|
require('@better-auth/utils/hash');
|
|
14
14
|
require('@better-auth/utils/base64');
|
|
15
15
|
require('../../crypto/index.cjs');
|
|
16
|
-
require('@noble/ciphers/chacha');
|
|
17
|
-
require('@noble/ciphers/utils');
|
|
18
|
-
require('@noble/
|
|
19
|
-
require('@noble/hashes/scrypt');
|
|
16
|
+
require('@noble/ciphers/chacha.js');
|
|
17
|
+
require('@noble/ciphers/utils.js');
|
|
18
|
+
require('@noble/hashes/scrypt.js');
|
|
20
19
|
require('@better-auth/utils');
|
|
21
20
|
require('@better-auth/utils/hex');
|
|
22
|
-
require('@noble/hashes/utils');
|
|
21
|
+
require('@noble/hashes/utils.js');
|
|
23
22
|
require('../../shared/better-auth.ANpbi45u.cjs');
|
|
24
23
|
require('../../shared/better-auth.CYeOI8C-.cjs');
|
|
25
24
|
require('@better-auth/utils/random');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as z from 'zod/v4';
|
|
2
2
|
import { APIError } from 'better-call';
|
|
3
|
-
import '../../shared/better-auth.
|
|
3
|
+
import '../../shared/better-auth.CSEecXfV.mjs';
|
|
4
4
|
import { a as createAuthEndpoint } from '../../shared/better-auth.DV5EHeYG.mjs';
|
|
5
5
|
import { s as setSessionCookie } from '../../shared/better-auth.UfVWArIB.mjs';
|
|
6
6
|
import '../../shared/better-auth.Dcv8PS7T.mjs';
|
|
@@ -11,13 +11,12 @@ import '../../shared/better-auth.CW6D9eSx.mjs';
|
|
|
11
11
|
import '@better-auth/utils/hash';
|
|
12
12
|
import '@better-auth/utils/base64';
|
|
13
13
|
import '../../crypto/index.mjs';
|
|
14
|
-
import '@noble/ciphers/chacha';
|
|
15
|
-
import '@noble/ciphers/utils';
|
|
16
|
-
import '@noble/
|
|
17
|
-
import '@noble/hashes/scrypt';
|
|
14
|
+
import '@noble/ciphers/chacha.js';
|
|
15
|
+
import '@noble/ciphers/utils.js';
|
|
16
|
+
import '@noble/hashes/scrypt.js';
|
|
18
17
|
import '@better-auth/utils';
|
|
19
18
|
import '@better-auth/utils/hex';
|
|
20
|
-
import '@noble/hashes/utils';
|
|
19
|
+
import '@noble/hashes/utils.js';
|
|
21
20
|
import '../../shared/better-auth.DdzSJf-n.mjs';
|
|
22
21
|
import '../../shared/better-auth.B4Qoxdgc.mjs';
|
|
23
22
|
import '@better-auth/utils/random';
|
|
@@ -3,25 +3,24 @@
|
|
|
3
3
|
require('zod/v4');
|
|
4
4
|
require('better-call');
|
|
5
5
|
require('../../shared/better-auth.CLv80Pwz.cjs');
|
|
6
|
-
require('../../shared/better-auth.
|
|
6
|
+
require('../../shared/better-auth.BlsHS68J.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.gN3g-znU.cjs');
|
|
13
|
-
require('../../shared/better-auth.
|
|
13
|
+
require('../../shared/better-auth.DPsIzckY.cjs');
|
|
14
14
|
require('../organization/access/index.cjs');
|
|
15
15
|
require('@better-auth/utils/random');
|
|
16
16
|
require('@better-auth/utils/hash');
|
|
17
|
-
require('@noble/ciphers/chacha');
|
|
18
|
-
require('@noble/ciphers/utils');
|
|
19
|
-
require('@noble/ciphers/webcrypto');
|
|
17
|
+
require('@noble/ciphers/chacha.js');
|
|
18
|
+
require('@noble/ciphers/utils.js');
|
|
20
19
|
require('jose');
|
|
21
|
-
require('@noble/hashes/scrypt');
|
|
20
|
+
require('@noble/hashes/scrypt.js');
|
|
22
21
|
require('@better-auth/utils');
|
|
23
22
|
require('@better-auth/utils/hex');
|
|
24
|
-
require('@noble/hashes/utils');
|
|
23
|
+
require('@noble/hashes/utils.js');
|
|
25
24
|
require('../../shared/better-auth.CYeOI8C-.cjs');
|
|
26
25
|
require('kysely');
|
|
27
26
|
require('@better-auth/utils/otp');
|
|
@@ -29,8 +28,8 @@ require('../admin/access/index.cjs');
|
|
|
29
28
|
require('@better-fetch/fetch');
|
|
30
29
|
require('zod');
|
|
31
30
|
require('../custom-session/index.cjs');
|
|
32
|
-
const plugins_oneTimeToken_index = require('../../shared/better-auth.
|
|
33
|
-
require('@noble/hashes/sha3');
|
|
31
|
+
const plugins_oneTimeToken_index = require('../../shared/better-auth.CdLjcJ6z.cjs');
|
|
32
|
+
require('@noble/hashes/sha3.js');
|
|
34
33
|
require('../device-authorization/index.cjs');
|
|
35
34
|
require('../../shared/better-auth.C1hdVENX.cjs');
|
|
36
35
|
require('../../shared/better-auth.D5q0JUiv.cjs');
|
|
@@ -1,10 +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.6crrbXrP.cjs';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.cjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
7
|
-
import 'jose';
|
|
6
|
+
import '../../shared/better-auth.BaMSx6K3.cjs';
|
|
8
7
|
import 'zod/v4/core';
|
|
9
8
|
import 'zod';
|
|
10
9
|
import 'better-sqlite3';
|
|
@@ -1,10 +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.YK5LQtFt.mjs';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.mjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
7
|
-
import 'jose';
|
|
6
|
+
import '../../shared/better-auth.DR57bygo.mjs';
|
|
8
7
|
import 'zod/v4/core';
|
|
9
8
|
import 'zod';
|
|
10
9
|
import 'better-sqlite3';
|
|
@@ -1,10 +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.S3lnSz8Y.js';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.js';
|
|
6
|
-
import '../../shared/better-auth.
|
|
7
|
-
import 'jose';
|
|
6
|
+
import '../../shared/better-auth.B5FL4Q2B.js';
|
|
8
7
|
import 'zod/v4/core';
|
|
9
8
|
import 'zod';
|
|
10
9
|
import 'better-sqlite3';
|