better-auth 1.2.4-beta.5 → 1.2.4-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/api/index.cjs +2 -2
- package/dist/api/index.mjs +3 -3
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +3 -3
- package/dist/integrations/next-js.cjs +4 -4
- package/dist/integrations/next-js.mjs +4 -4
- package/dist/oauth2/index.cjs +1 -1
- package/dist/oauth2/index.mjs +1 -1
- package/dist/plugins/admin/index.cjs +3 -3
- package/dist/plugins/admin/index.mjs +3 -3
- package/dist/plugins/anonymous/index.cjs +2 -2
- package/dist/plugins/anonymous/index.mjs +2 -2
- package/dist/plugins/bearer/index.cjs +2 -2
- package/dist/plugins/bearer/index.mjs +2 -2
- package/dist/plugins/custom-session/index.cjs +2 -2
- package/dist/plugins/custom-session/index.mjs +2 -2
- package/dist/plugins/email-otp/index.cjs +2 -2
- package/dist/plugins/email-otp/index.mjs +2 -2
- package/dist/plugins/generic-oauth/index.cjs +2 -2
- package/dist/plugins/generic-oauth/index.mjs +2 -2
- package/dist/plugins/index.cjs +6 -6
- package/dist/plugins/index.mjs +7 -7
- package/dist/plugins/jwt/index.cjs +2 -2
- package/dist/plugins/jwt/index.mjs +2 -2
- package/dist/plugins/magic-link/index.cjs +2 -2
- package/dist/plugins/magic-link/index.mjs +2 -2
- package/dist/plugins/multi-session/index.cjs +2 -2
- package/dist/plugins/multi-session/index.mjs +2 -2
- package/dist/plugins/oauth-proxy/index.cjs +2 -2
- package/dist/plugins/oauth-proxy/index.mjs +2 -2
- package/dist/plugins/oidc-provider/index.cjs +2 -2
- package/dist/plugins/oidc-provider/index.mjs +2 -2
- package/dist/plugins/one-tap/index.cjs +2 -2
- package/dist/plugins/one-tap/index.mjs +2 -2
- package/dist/plugins/open-api/index.cjs +2 -2
- package/dist/plugins/open-api/index.mjs +2 -2
- package/dist/plugins/organization/index.cjs +4 -4
- package/dist/plugins/organization/index.mjs +4 -4
- package/dist/plugins/passkey/index.cjs +2 -2
- package/dist/plugins/passkey/index.mjs +2 -2
- package/dist/plugins/phone-number/index.cjs +2 -2
- package/dist/plugins/phone-number/index.mjs +2 -2
- package/dist/plugins/sso/index.cjs +2 -2
- package/dist/plugins/sso/index.mjs +2 -2
- package/dist/plugins/two-factor/index.cjs +3 -3
- package/dist/plugins/two-factor/index.mjs +3 -3
- package/dist/plugins/username/index.cjs +2 -2
- package/dist/plugins/username/index.mjs +2 -2
- package/dist/shared/{better-auth.CcttI6Ga.mjs → better-auth.BCxI6VqA.mjs} +1 -1
- package/dist/shared/{better-auth.CfIIIkAv.mjs → better-auth.BV-vIlT-.mjs} +1 -1
- package/dist/shared/{better-auth.DWy7mPjr.cjs → better-auth.BWS47UJv.cjs} +1 -1
- package/dist/shared/{better-auth.B9EAFFlp.cjs → better-auth.BjVlZyD_.cjs} +1 -1
- package/dist/shared/{better-auth.vVUb_2f5.mjs → better-auth.BtTReAei.mjs} +1 -1
- package/dist/shared/{better-auth.Dxynqa8m.mjs → better-auth.C3kF5U0o.mjs} +3 -5
- package/dist/shared/{better-auth.GgQnT00n.cjs → better-auth.CHHC_PJT.cjs} +1 -0
- package/dist/shared/{better-auth.CoMXyQ1y.mjs → better-auth.CbXAPXob.mjs} +1 -0
- package/dist/shared/{better-auth.BTKX27-D.cjs → better-auth.CzAToCpU.cjs} +2 -2
- package/dist/shared/{better-auth.D60yW05g.cjs → better-auth.DIytoqOn.cjs} +3 -5
- package/dist/shared/{better-auth.x7nh5kI2.mjs → better-auth.DMEXWsl7.mjs} +2 -2
- package/dist/shared/{better-auth.CbfLzmYA.cjs → better-auth.DpaivF84.cjs} +1 -1
- package/package.json +1 -1
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 account = require('../shared/better-auth.
|
|
4
|
+
const account = require('../shared/better-auth.DIytoqOn.cjs');
|
|
5
5
|
const zod = require('zod');
|
|
6
6
|
const cookies_index = require('../cookies/index.cjs');
|
|
7
7
|
const schema = require('../shared/better-auth.CHyZMcYK.cjs');
|
|
@@ -26,7 +26,7 @@ require('@noble/hashes/utils');
|
|
|
26
26
|
require('../shared/better-auth.CYeOI8C-.cjs');
|
|
27
27
|
require('@better-auth/utils/random');
|
|
28
28
|
require('../shared/better-auth.ANpbi45u.cjs');
|
|
29
|
-
require('../shared/better-auth.
|
|
29
|
+
require('../shared/better-auth.CHHC_PJT.cjs');
|
|
30
30
|
require('../shared/better-auth.Bg6iw3ig.cjs');
|
|
31
31
|
require('@better-auth/utils/hmac');
|
|
32
32
|
require('../shared/better-auth.BMYo0QR-.cjs');
|
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 { a as createAuthEndpoint, B as BASE_ERROR_CODES, d as createEmailVerificationToken, w as wildcardMatch, l as listSessions, u as updateUser, e as getSession, i as originCheckMiddleware, j as error, k as ok, m as unlinkAccount, n as deleteUserCallback, p as listUserAccounts, q as linkSocialAccount, r as revokeOtherSessions, t as revokeSessions, v as revokeSession, x as forgetPasswordCallback, y as deleteUser, z as setPassword, A as changePassword, C as changeEmail, D as sendVerificationEmail, E as verifyEmail, F as resetPassword, G as forgetPassword, I as signInEmail, J as signOut, K as callbackOAuth, L as signInSocial } from '../shared/better-auth.
|
|
4
|
-
export { c as createAuthMiddleware, f as freshSessionMiddleware, g as getSessionFromCtx, N as optionsMiddleware, o as originCheck, M as requestOnlySessionMiddleware, b as sendVerificationEmailFn, s as sessionMiddleware } from '../shared/better-auth.
|
|
3
|
+
import { a as createAuthEndpoint, B as BASE_ERROR_CODES, d as createEmailVerificationToken, w as wildcardMatch, l as listSessions, u as updateUser, e as getSession, i as originCheckMiddleware, j as error, k as ok, m as unlinkAccount, n as deleteUserCallback, p as listUserAccounts, q as linkSocialAccount, r as revokeOtherSessions, t as revokeSessions, v as revokeSession, x as forgetPasswordCallback, y as deleteUser, z as setPassword, A as changePassword, C as changeEmail, D as sendVerificationEmail, E as verifyEmail, F as resetPassword, G as forgetPassword, I as signInEmail, J as signOut, K as callbackOAuth, L as signInSocial } from '../shared/better-auth.C3kF5U0o.mjs';
|
|
4
|
+
export { c as createAuthMiddleware, f as freshSessionMiddleware, g as getSessionFromCtx, N as optionsMiddleware, o as originCheck, M as requestOnlySessionMiddleware, b as sendVerificationEmailFn, s as sessionMiddleware } from '../shared/better-auth.C3kF5U0o.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.C24Bzw4w.mjs';
|
|
@@ -26,7 +26,7 @@ import '@noble/hashes/utils';
|
|
|
26
26
|
import '../shared/better-auth.B4Qoxdgc.mjs';
|
|
27
27
|
import '@better-auth/utils/random';
|
|
28
28
|
import '../shared/better-auth.DdzSJf-n.mjs';
|
|
29
|
-
import '../shared/better-auth.
|
|
29
|
+
import '../shared/better-auth.CbXAPXob.mjs';
|
|
30
30
|
import '../shared/better-auth.BUPPRXfK.mjs';
|
|
31
31
|
import '@better-auth/utils/hmac';
|
|
32
32
|
import '../shared/better-auth.DDEbWX-S.mjs';
|
package/dist/index.cjs
CHANGED
|
@@ -23,9 +23,9 @@ const env = require('./shared/better-auth.DiSjtgs9.cjs');
|
|
|
23
23
|
const password$1 = require('./shared/better-auth.CDXNofOe.cjs');
|
|
24
24
|
const url = require('./shared/better-auth.DhfiEsxl.cjs');
|
|
25
25
|
const index = require('./shared/better-auth.ANpbi45u.cjs');
|
|
26
|
-
const account = require('./shared/better-auth.
|
|
26
|
+
const account = require('./shared/better-auth.DIytoqOn.cjs');
|
|
27
27
|
const misc = require('./shared/better-auth.BLDOwz3i.cjs');
|
|
28
|
-
const state = require('./shared/better-auth.
|
|
28
|
+
const state = require('./shared/better-auth.CHHC_PJT.cjs');
|
|
29
29
|
require('./shared/better-auth.BgkOX1Ei.cjs');
|
|
30
30
|
require('@noble/hashes/scrypt');
|
|
31
31
|
require('@better-auth/utils');
|
package/dist/index.mjs
CHANGED
|
@@ -23,10 +23,10 @@ import { c as checkPassword } from './shared/better-auth.YwDQhoPc.mjs';
|
|
|
23
23
|
import { a as getBaseURL } from './shared/better-auth.NcLhHEks.mjs';
|
|
24
24
|
import { B as BetterAuthError } from './shared/better-auth.DdzSJf-n.mjs';
|
|
25
25
|
export { M as MissingDependencyError } from './shared/better-auth.DdzSJf-n.mjs';
|
|
26
|
-
import { B as BASE_ERROR_CODES } from './shared/better-auth.
|
|
27
|
-
export { H as HIDE_METADATA } from './shared/better-auth.
|
|
26
|
+
import { B as BASE_ERROR_CODES } from './shared/better-auth.C3kF5U0o.mjs';
|
|
27
|
+
export { H as HIDE_METADATA } from './shared/better-auth.C3kF5U0o.mjs';
|
|
28
28
|
export { c as capitalizeFirstLetter } from './shared/better-auth.D-2CmEwz.mjs';
|
|
29
|
-
export { g as generateState, p as parseState } from './shared/better-auth.
|
|
29
|
+
export { g as generateState, p as parseState } from './shared/better-auth.CbXAPXob.mjs';
|
|
30
30
|
import './shared/better-auth.Duk7IG0N.mjs';
|
|
31
31
|
import '@noble/hashes/scrypt';
|
|
32
32
|
import '@better-auth/utils';
|
|
@@ -6,9 +6,9 @@ require('@better-auth/utils/hmac');
|
|
|
6
6
|
const cookies_index = require('../cookies/index.cjs');
|
|
7
7
|
require('better-call');
|
|
8
8
|
require('zod');
|
|
9
|
-
const account = require('../shared/better-auth.
|
|
9
|
+
const account = require('../shared/better-auth.DIytoqOn.cjs');
|
|
10
10
|
require('../shared/better-auth.CHyZMcYK.cjs');
|
|
11
|
-
require('../shared/better-auth.
|
|
11
|
+
require('../shared/better-auth.DpaivF84.cjs');
|
|
12
12
|
require('../plugins/organization/access/index.cjs');
|
|
13
13
|
require('../shared/better-auth.CYeOI8C-.cjs');
|
|
14
14
|
require('../shared/better-auth.GpOOav9x.cjs');
|
|
@@ -22,7 +22,7 @@ require('@noble/hashes/scrypt');
|
|
|
22
22
|
require('@better-auth/utils');
|
|
23
23
|
require('@better-auth/utils/hex');
|
|
24
24
|
require('@noble/hashes/utils');
|
|
25
|
-
require('../shared/better-auth.
|
|
25
|
+
require('../shared/better-auth.BWS47UJv.cjs');
|
|
26
26
|
require('@better-auth/utils/otp');
|
|
27
27
|
require('../plugins/admin/access/index.cjs');
|
|
28
28
|
require('@better-fetch/fetch');
|
|
@@ -34,7 +34,7 @@ require('../shared/better-auth.C1hdVENX.cjs');
|
|
|
34
34
|
require('../shared/better-auth.D3mtHEZg.cjs');
|
|
35
35
|
require('../social-providers/index.cjs');
|
|
36
36
|
require('../shared/better-auth.DdjqxOIu.cjs');
|
|
37
|
-
require('../shared/better-auth.
|
|
37
|
+
require('../shared/better-auth.CHHC_PJT.cjs');
|
|
38
38
|
require('../shared/better-auth.Bg6iw3ig.cjs');
|
|
39
39
|
require('../shared/better-auth.BMYo0QR-.cjs');
|
|
40
40
|
require('../shared/better-auth.DhfiEsxl.cjs');
|
|
@@ -4,9 +4,9 @@ import '@better-auth/utils/hmac';
|
|
|
4
4
|
import { parseSetCookieHeader } from '../cookies/index.mjs';
|
|
5
5
|
import 'better-call';
|
|
6
6
|
import 'zod';
|
|
7
|
-
import { c as createAuthMiddleware } from '../shared/better-auth.
|
|
7
|
+
import { c as createAuthMiddleware } from '../shared/better-auth.C3kF5U0o.mjs';
|
|
8
8
|
import '../shared/better-auth.C24Bzw4w.mjs';
|
|
9
|
-
import '../shared/better-auth.
|
|
9
|
+
import '../shared/better-auth.BCxI6VqA.mjs';
|
|
10
10
|
import '../plugins/organization/access/index.mjs';
|
|
11
11
|
import '../shared/better-auth.B4Qoxdgc.mjs';
|
|
12
12
|
import '../shared/better-auth.DH3YjMQH.mjs';
|
|
@@ -20,7 +20,7 @@ import '@noble/hashes/scrypt';
|
|
|
20
20
|
import '@better-auth/utils';
|
|
21
21
|
import '@better-auth/utils/hex';
|
|
22
22
|
import '@noble/hashes/utils';
|
|
23
|
-
import '../shared/better-auth.
|
|
23
|
+
import '../shared/better-auth.BtTReAei.mjs';
|
|
24
24
|
import '@better-auth/utils/otp';
|
|
25
25
|
import '../plugins/admin/access/index.mjs';
|
|
26
26
|
import '@better-fetch/fetch';
|
|
@@ -32,7 +32,7 @@ import '../shared/better-auth.CW6D9eSx.mjs';
|
|
|
32
32
|
import '../shared/better-auth.tB5eU6EY.mjs';
|
|
33
33
|
import '../social-providers/index.mjs';
|
|
34
34
|
import '../shared/better-auth.D7syfoJW.mjs';
|
|
35
|
-
import '../shared/better-auth.
|
|
35
|
+
import '../shared/better-auth.CbXAPXob.mjs';
|
|
36
36
|
import '../shared/better-auth.BUPPRXfK.mjs';
|
|
37
37
|
import '../shared/better-auth.DDEbWX-S.mjs';
|
|
38
38
|
import '../shared/better-auth.NcLhHEks.mjs';
|
package/dist/oauth2/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const validateAuthorizationCode = require('../shared/better-auth.DdjqxOIu.cjs');
|
|
4
|
-
const state = require('../shared/better-auth.
|
|
4
|
+
const state = require('../shared/better-auth.CHHC_PJT.cjs');
|
|
5
5
|
require('@better-fetch/fetch');
|
|
6
6
|
require('../shared/better-auth.C1hdVENX.cjs');
|
|
7
7
|
require('@better-auth/utils/hash');
|
package/dist/oauth2/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { c as createAuthorizationURL, g as generateCodeChallenge, b as getOAuth2Tokens, v as validateAuthorizationCode, a as validateToken } from '../shared/better-auth.D7syfoJW.mjs';
|
|
2
|
-
export { g as generateState, p as parseState } from '../shared/better-auth.
|
|
2
|
+
export { g as generateState, p as parseState } from '../shared/better-auth.CbXAPXob.mjs';
|
|
3
3
|
import '@better-fetch/fetch';
|
|
4
4
|
import '../shared/better-auth.CW6D9eSx.mjs';
|
|
5
5
|
import '@better-auth/utils/hash';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const admin = require('../../shared/better-auth.
|
|
3
|
+
const admin = require('../../shared/better-auth.BjVlZyD_.cjs');
|
|
4
4
|
require('zod');
|
|
5
5
|
require('better-call');
|
|
6
|
-
require('../../shared/better-auth.
|
|
6
|
+
require('../../shared/better-auth.DIytoqOn.cjs');
|
|
7
7
|
require('../../cookies/index.cjs');
|
|
8
8
|
require('../../shared/better-auth.ANpbi45u.cjs');
|
|
9
9
|
require('../../shared/better-auth.C1hdVENX.cjs');
|
|
@@ -26,7 +26,7 @@ require('@noble/hashes/utils');
|
|
|
26
26
|
require('../../shared/better-auth.CYeOI8C-.cjs');
|
|
27
27
|
require('@better-auth/utils/random');
|
|
28
28
|
require('../../shared/better-auth.GpOOav9x.cjs');
|
|
29
|
-
require('../../shared/better-auth.
|
|
29
|
+
require('../../shared/better-auth.CHHC_PJT.cjs');
|
|
30
30
|
require('../../shared/better-auth.Bg6iw3ig.cjs');
|
|
31
31
|
require('../../shared/better-auth.CHyZMcYK.cjs');
|
|
32
32
|
require('defu');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { a as admin } from '../../shared/better-auth.
|
|
1
|
+
export { a as admin } from '../../shared/better-auth.BV-vIlT-.mjs';
|
|
2
2
|
import 'zod';
|
|
3
3
|
import 'better-call';
|
|
4
|
-
import '../../shared/better-auth.
|
|
4
|
+
import '../../shared/better-auth.C3kF5U0o.mjs';
|
|
5
5
|
import '../../cookies/index.mjs';
|
|
6
6
|
import '../../shared/better-auth.DdzSJf-n.mjs';
|
|
7
7
|
import '../../shared/better-auth.CW6D9eSx.mjs';
|
|
@@ -24,7 +24,7 @@ import '@noble/hashes/utils';
|
|
|
24
24
|
import '../../shared/better-auth.B4Qoxdgc.mjs';
|
|
25
25
|
import '@better-auth/utils/random';
|
|
26
26
|
import '../../shared/better-auth.DH3YjMQH.mjs';
|
|
27
|
-
import '../../shared/better-auth.
|
|
27
|
+
import '../../shared/better-auth.CbXAPXob.mjs';
|
|
28
28
|
import '../../shared/better-auth.BUPPRXfK.mjs';
|
|
29
29
|
import '../../shared/better-auth.C24Bzw4w.mjs';
|
|
30
30
|
import 'defu';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const betterCall = require('better-call');
|
|
4
|
-
const account = require('../../shared/better-auth.
|
|
4
|
+
const account = require('../../shared/better-auth.DIytoqOn.cjs');
|
|
5
5
|
require('zod');
|
|
6
6
|
const cookies_index = require('../../cookies/index.cjs');
|
|
7
7
|
const schema$1 = require('../../shared/better-auth.CHyZMcYK.cjs');
|
|
@@ -26,7 +26,7 @@ require('@noble/hashes/utils');
|
|
|
26
26
|
require('../../shared/better-auth.CYeOI8C-.cjs');
|
|
27
27
|
require('@better-auth/utils/random');
|
|
28
28
|
require('../../shared/better-auth.ANpbi45u.cjs');
|
|
29
|
-
require('../../shared/better-auth.
|
|
29
|
+
require('../../shared/better-auth.CHHC_PJT.cjs');
|
|
30
30
|
require('../../shared/better-auth.Bg6iw3ig.cjs');
|
|
31
31
|
require('@better-auth/utils/hmac');
|
|
32
32
|
require('../../shared/better-auth.BMYo0QR-.cjs');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { APIError } from 'better-call';
|
|
2
|
-
import { c as createAuthMiddleware, a as createAuthEndpoint, g as getSessionFromCtx } from '../../shared/better-auth.
|
|
2
|
+
import { c as createAuthMiddleware, a as createAuthEndpoint, g as getSessionFromCtx } from '../../shared/better-auth.C3kF5U0o.mjs';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import { parseSetCookieHeader, setSessionCookie } from '../../cookies/index.mjs';
|
|
5
5
|
import { m as mergeSchema } from '../../shared/better-auth.C24Bzw4w.mjs';
|
|
@@ -24,7 +24,7 @@ import '@noble/hashes/utils';
|
|
|
24
24
|
import '../../shared/better-auth.B4Qoxdgc.mjs';
|
|
25
25
|
import '@better-auth/utils/random';
|
|
26
26
|
import '../../shared/better-auth.DdzSJf-n.mjs';
|
|
27
|
-
import '../../shared/better-auth.
|
|
27
|
+
import '../../shared/better-auth.CbXAPXob.mjs';
|
|
28
28
|
import '../../shared/better-auth.BUPPRXfK.mjs';
|
|
29
29
|
import '@better-auth/utils/hmac';
|
|
30
30
|
import '../../shared/better-auth.DDEbWX-S.mjs';
|
|
@@ -5,7 +5,7 @@ require('../../shared/better-auth.DiSjtgs9.cjs');
|
|
|
5
5
|
require('@better-auth/utils/base64');
|
|
6
6
|
const hmac = require('@better-auth/utils/hmac');
|
|
7
7
|
const cookies_index = require('../../cookies/index.cjs');
|
|
8
|
-
const account = require('../../shared/better-auth.
|
|
8
|
+
const account = require('../../shared/better-auth.DIytoqOn.cjs');
|
|
9
9
|
require('zod');
|
|
10
10
|
require('../../shared/better-auth.CHyZMcYK.cjs');
|
|
11
11
|
require('../../shared/better-auth.GpOOav9x.cjs');
|
|
@@ -27,7 +27,7 @@ require('@better-auth/utils/hex');
|
|
|
27
27
|
require('@noble/hashes/utils');
|
|
28
28
|
require('../../shared/better-auth.CYeOI8C-.cjs');
|
|
29
29
|
require('@better-auth/utils/random');
|
|
30
|
-
require('../../shared/better-auth.
|
|
30
|
+
require('../../shared/better-auth.CHHC_PJT.cjs');
|
|
31
31
|
require('../../shared/better-auth.Bg6iw3ig.cjs');
|
|
32
32
|
require('../../shared/better-auth.BMYo0QR-.cjs');
|
|
33
33
|
require('../../shared/better-auth.DhfiEsxl.cjs');
|
|
@@ -3,7 +3,7 @@ import '../../shared/better-auth.8zoxzg-F.mjs';
|
|
|
3
3
|
import '@better-auth/utils/base64';
|
|
4
4
|
import { createHMAC } from '@better-auth/utils/hmac';
|
|
5
5
|
import { parseSetCookieHeader } from '../../cookies/index.mjs';
|
|
6
|
-
import { c as createAuthMiddleware } from '../../shared/better-auth.
|
|
6
|
+
import { c as createAuthMiddleware } from '../../shared/better-auth.C3kF5U0o.mjs';
|
|
7
7
|
import 'zod';
|
|
8
8
|
import '../../shared/better-auth.C24Bzw4w.mjs';
|
|
9
9
|
import '../../shared/better-auth.DH3YjMQH.mjs';
|
|
@@ -25,7 +25,7 @@ import '@better-auth/utils/hex';
|
|
|
25
25
|
import '@noble/hashes/utils';
|
|
26
26
|
import '../../shared/better-auth.B4Qoxdgc.mjs';
|
|
27
27
|
import '@better-auth/utils/random';
|
|
28
|
-
import '../../shared/better-auth.
|
|
28
|
+
import '../../shared/better-auth.CbXAPXob.mjs';
|
|
29
29
|
import '../../shared/better-auth.BUPPRXfK.mjs';
|
|
30
30
|
import '../../shared/better-auth.DDEbWX-S.mjs';
|
|
31
31
|
import '../../shared/better-auth.NcLhHEks.mjs';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
const zod = require('zod');
|
|
4
4
|
require('better-call');
|
|
5
|
-
const account = require('../../shared/better-auth.
|
|
5
|
+
const account = require('../../shared/better-auth.DIytoqOn.cjs');
|
|
6
6
|
require('../../shared/better-auth.DiSjtgs9.cjs');
|
|
7
7
|
require('@better-auth/utils/base64');
|
|
8
8
|
require('@better-auth/utils/hmac');
|
|
@@ -27,7 +27,7 @@ require('@better-auth/utils/hex');
|
|
|
27
27
|
require('@noble/hashes/utils');
|
|
28
28
|
require('../../shared/better-auth.CYeOI8C-.cjs');
|
|
29
29
|
require('@better-auth/utils/random');
|
|
30
|
-
require('../../shared/better-auth.
|
|
30
|
+
require('../../shared/better-auth.CHHC_PJT.cjs');
|
|
31
31
|
require('../../shared/better-auth.Bg6iw3ig.cjs');
|
|
32
32
|
require('../../shared/better-auth.BMYo0QR-.cjs');
|
|
33
33
|
require('../../shared/better-auth.DhfiEsxl.cjs');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import 'better-call';
|
|
3
|
-
import { a as createAuthEndpoint, g as getSessionFromCtx } from '../../shared/better-auth.
|
|
3
|
+
import { a as createAuthEndpoint, g as getSessionFromCtx } from '../../shared/better-auth.C3kF5U0o.mjs';
|
|
4
4
|
import '../../shared/better-auth.8zoxzg-F.mjs';
|
|
5
5
|
import '@better-auth/utils/base64';
|
|
6
6
|
import '@better-auth/utils/hmac';
|
|
@@ -25,7 +25,7 @@ import '@better-auth/utils/hex';
|
|
|
25
25
|
import '@noble/hashes/utils';
|
|
26
26
|
import '../../shared/better-auth.B4Qoxdgc.mjs';
|
|
27
27
|
import '@better-auth/utils/random';
|
|
28
|
-
import '../../shared/better-auth.
|
|
28
|
+
import '../../shared/better-auth.CbXAPXob.mjs';
|
|
29
29
|
import '../../shared/better-auth.BUPPRXfK.mjs';
|
|
30
30
|
import '../../shared/better-auth.DDEbWX-S.mjs';
|
|
31
31
|
import '../../shared/better-auth.NcLhHEks.mjs';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
const zod = require('zod');
|
|
4
4
|
const betterCall = require('better-call');
|
|
5
|
-
const account = require('../../shared/better-auth.
|
|
5
|
+
const account = require('../../shared/better-auth.DIytoqOn.cjs');
|
|
6
6
|
const cookies_index = require('../../cookies/index.cjs');
|
|
7
7
|
require('../../shared/better-auth.CHyZMcYK.cjs');
|
|
8
8
|
require('../../shared/better-auth.DiSjtgs9.cjs');
|
|
@@ -26,7 +26,7 @@ require('@better-fetch/fetch');
|
|
|
26
26
|
require('../../shared/better-auth.DdjqxOIu.cjs');
|
|
27
27
|
require('../../shared/better-auth.ANpbi45u.cjs');
|
|
28
28
|
require('@better-auth/utils/random');
|
|
29
|
-
require('../../shared/better-auth.
|
|
29
|
+
require('../../shared/better-auth.CHHC_PJT.cjs');
|
|
30
30
|
require('../../shared/better-auth.Bg6iw3ig.cjs');
|
|
31
31
|
require('@better-auth/utils/hmac');
|
|
32
32
|
require('../../shared/better-auth.BMYo0QR-.cjs');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { APIError } from 'better-call';
|
|
3
|
-
import { c as createAuthMiddleware, a as createAuthEndpoint } from '../../shared/better-auth.
|
|
3
|
+
import { c as createAuthMiddleware, a as createAuthEndpoint } from '../../shared/better-auth.C3kF5U0o.mjs';
|
|
4
4
|
import { setSessionCookie } from '../../cookies/index.mjs';
|
|
5
5
|
import '../../shared/better-auth.C24Bzw4w.mjs';
|
|
6
6
|
import '../../shared/better-auth.8zoxzg-F.mjs';
|
|
@@ -24,7 +24,7 @@ import '@better-fetch/fetch';
|
|
|
24
24
|
import '../../shared/better-auth.D7syfoJW.mjs';
|
|
25
25
|
import '../../shared/better-auth.DdzSJf-n.mjs';
|
|
26
26
|
import '@better-auth/utils/random';
|
|
27
|
-
import '../../shared/better-auth.
|
|
27
|
+
import '../../shared/better-auth.CbXAPXob.mjs';
|
|
28
28
|
import '../../shared/better-auth.BUPPRXfK.mjs';
|
|
29
29
|
import '@better-auth/utils/hmac';
|
|
30
30
|
import '../../shared/better-auth.DDEbWX-S.mjs';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const fetch = require('@better-fetch/fetch');
|
|
4
4
|
const betterCall = require('better-call');
|
|
5
5
|
const zod = require('zod');
|
|
6
|
-
const account = require('../../shared/better-auth.
|
|
6
|
+
const account = require('../../shared/better-auth.DIytoqOn.cjs');
|
|
7
7
|
const cookies_index = require('../../cookies/index.cjs');
|
|
8
8
|
require('../../shared/better-auth.CHyZMcYK.cjs');
|
|
9
9
|
require('../../shared/better-auth.DiSjtgs9.cjs');
|
|
@@ -12,7 +12,7 @@ require('defu');
|
|
|
12
12
|
const validateAuthorizationCode = require('../../shared/better-auth.DdjqxOIu.cjs');
|
|
13
13
|
require('@better-auth/utils/hash');
|
|
14
14
|
require('@better-auth/utils/base64');
|
|
15
|
-
const state = require('../../shared/better-auth.
|
|
15
|
+
const state = require('../../shared/better-auth.CHHC_PJT.cjs');
|
|
16
16
|
const jose = require('jose');
|
|
17
17
|
require('../../social-providers/index.cjs');
|
|
18
18
|
require('@noble/ciphers/chacha');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { betterFetch } from '@better-fetch/fetch';
|
|
2
2
|
import { APIError } from 'better-call';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { a as createAuthEndpoint, s as sessionMiddleware, B as BASE_ERROR_CODES, h as handleOAuthUserInfo } from '../../shared/better-auth.
|
|
4
|
+
import { a as createAuthEndpoint, s as sessionMiddleware, B as BASE_ERROR_CODES, h as handleOAuthUserInfo } from '../../shared/better-auth.C3kF5U0o.mjs';
|
|
5
5
|
import { setSessionCookie } from '../../cookies/index.mjs';
|
|
6
6
|
import '../../shared/better-auth.C24Bzw4w.mjs';
|
|
7
7
|
import '../../shared/better-auth.8zoxzg-F.mjs';
|
|
@@ -10,7 +10,7 @@ import 'defu';
|
|
|
10
10
|
import { c as createAuthorizationURL, v as validateAuthorizationCode } from '../../shared/better-auth.D7syfoJW.mjs';
|
|
11
11
|
import '@better-auth/utils/hash';
|
|
12
12
|
import '@better-auth/utils/base64';
|
|
13
|
-
import { g as generateState, p as parseState } from '../../shared/better-auth.
|
|
13
|
+
import { g as generateState, p as parseState } from '../../shared/better-auth.CbXAPXob.mjs';
|
|
14
14
|
import { decodeJwt } from 'jose';
|
|
15
15
|
import '../../social-providers/index.mjs';
|
|
16
16
|
import '@noble/ciphers/chacha';
|
package/dist/plugins/index.cjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const organization = require('../shared/better-auth.
|
|
3
|
+
const organization = require('../shared/better-auth.CzAToCpU.cjs');
|
|
4
4
|
const plugins_twoFactor_index = require('./two-factor/index.cjs');
|
|
5
5
|
const plugins_username_index = require('./username/index.cjs');
|
|
6
6
|
const plugins_bearer_index = require('./bearer/index.cjs');
|
|
7
|
-
const account = require('../shared/better-auth.
|
|
7
|
+
const account = require('../shared/better-auth.DIytoqOn.cjs');
|
|
8
8
|
const plugins_magicLink_index = require('./magic-link/index.cjs');
|
|
9
9
|
const plugins_phoneNumber_index = require('./phone-number/index.cjs');
|
|
10
10
|
const plugins_anonymous_index = require('./anonymous/index.cjs');
|
|
11
|
-
const admin = require('../shared/better-auth.
|
|
11
|
+
const admin = require('../shared/better-auth.BjVlZyD_.cjs');
|
|
12
12
|
const plugins_genericOauth_index = require('./generic-oauth/index.cjs');
|
|
13
13
|
const plugins_jwt_index = require('./jwt/index.cjs');
|
|
14
14
|
const plugins_multiSession_index = require('./multi-session/index.cjs');
|
|
@@ -46,21 +46,21 @@ const json = require('../shared/better-auth.D3mtHEZg.cjs');
|
|
|
46
46
|
const id = require('../shared/better-auth.Bg6iw3ig.cjs');
|
|
47
47
|
const plugins_access_index = require('./access/index.cjs');
|
|
48
48
|
const client = require('../shared/better-auth.DnER2-iT.cjs');
|
|
49
|
-
require('../shared/better-auth.
|
|
49
|
+
require('../shared/better-auth.DpaivF84.cjs');
|
|
50
50
|
require('../cookies/index.cjs');
|
|
51
51
|
require('../shared/better-auth.ANpbi45u.cjs');
|
|
52
52
|
require('./organization/access/index.cjs');
|
|
53
53
|
require('../crypto/index.cjs');
|
|
54
54
|
require('../shared/better-auth.YUF6P-PB.cjs');
|
|
55
55
|
require('../shared/better-auth.BMYo0QR-.cjs');
|
|
56
|
-
require('../shared/better-auth.
|
|
56
|
+
require('../shared/better-auth.BWS47UJv.cjs');
|
|
57
57
|
require('../shared/better-auth.C1-vpKly.cjs');
|
|
58
58
|
require('@better-auth/utils/otp');
|
|
59
59
|
require('../shared/better-auth.CDXNofOe.cjs');
|
|
60
60
|
require('../social-providers/index.cjs');
|
|
61
61
|
require('@better-fetch/fetch');
|
|
62
62
|
require('../shared/better-auth.DdjqxOIu.cjs');
|
|
63
|
-
require('../shared/better-auth.
|
|
63
|
+
require('../shared/better-auth.CHHC_PJT.cjs');
|
|
64
64
|
require('../shared/better-auth.DhfiEsxl.cjs');
|
|
65
65
|
require('jose/errors');
|
|
66
66
|
require('@better-auth/utils/binary');
|
package/dist/plugins/index.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export { o as organization } from '../shared/better-auth.
|
|
1
|
+
export { o as organization } from '../shared/better-auth.DMEXWsl7.mjs';
|
|
2
2
|
export { twoFactor } from './two-factor/index.mjs';
|
|
3
3
|
export { username } from './username/index.mjs';
|
|
4
4
|
export { bearer } from './bearer/index.mjs';
|
|
5
|
-
import { a as createAuthEndpoint, g as getSessionFromCtx, s as sessionMiddleware, c as createAuthMiddleware } from '../shared/better-auth.
|
|
6
|
-
export { H as HIDE_METADATA, N as optionsMiddleware } from '../shared/better-auth.
|
|
5
|
+
import { a as createAuthEndpoint, g as getSessionFromCtx, s as sessionMiddleware, c as createAuthMiddleware } from '../shared/better-auth.C3kF5U0o.mjs';
|
|
6
|
+
export { H as HIDE_METADATA, N as optionsMiddleware } from '../shared/better-auth.C3kF5U0o.mjs';
|
|
7
7
|
export { magicLink } from './magic-link/index.mjs';
|
|
8
8
|
export { phoneNumber } from './phone-number/index.mjs';
|
|
9
9
|
export { anonymous } from './anonymous/index.mjs';
|
|
10
|
-
export { a as admin } from '../shared/better-auth.
|
|
10
|
+
export { a as admin } from '../shared/better-auth.BV-vIlT-.mjs';
|
|
11
11
|
export { genericOAuth } from './generic-oauth/index.mjs';
|
|
12
12
|
export { getJwtToken, jwt } from './jwt/index.mjs';
|
|
13
13
|
export { multiSession } from './multi-session/index.mjs';
|
|
@@ -45,21 +45,21 @@ import { s as safeJSONParse } from '../shared/better-auth.tB5eU6EY.mjs';
|
|
|
45
45
|
import { g as generateId } from '../shared/better-auth.BUPPRXfK.mjs';
|
|
46
46
|
import { role } from './access/index.mjs';
|
|
47
47
|
export { t as twoFactorClient } from '../shared/better-auth.Ddw8bVyV.mjs';
|
|
48
|
-
import '../shared/better-auth.
|
|
48
|
+
import '../shared/better-auth.BCxI6VqA.mjs';
|
|
49
49
|
import '../cookies/index.mjs';
|
|
50
50
|
import '../shared/better-auth.DdzSJf-n.mjs';
|
|
51
51
|
import './organization/access/index.mjs';
|
|
52
52
|
import '../crypto/index.mjs';
|
|
53
53
|
import '../shared/better-auth.OT3XFeFk.mjs';
|
|
54
54
|
import '../shared/better-auth.DDEbWX-S.mjs';
|
|
55
|
-
import '../shared/better-auth.
|
|
55
|
+
import '../shared/better-auth.BtTReAei.mjs';
|
|
56
56
|
import '../shared/better-auth.BcoSd9tC.mjs';
|
|
57
57
|
import '@better-auth/utils/otp';
|
|
58
58
|
import '../shared/better-auth.YwDQhoPc.mjs';
|
|
59
59
|
import '../social-providers/index.mjs';
|
|
60
60
|
import '@better-fetch/fetch';
|
|
61
61
|
import '../shared/better-auth.D7syfoJW.mjs';
|
|
62
|
-
import '../shared/better-auth.
|
|
62
|
+
import '../shared/better-auth.CbXAPXob.mjs';
|
|
63
63
|
import '../shared/better-auth.NcLhHEks.mjs';
|
|
64
64
|
import 'jose/errors';
|
|
65
65
|
import '@better-auth/utils/binary';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const schema$1 = require('../../shared/better-auth.BG6vHVNT.cjs');
|
|
4
4
|
const jose = require('jose');
|
|
5
5
|
require('better-call');
|
|
6
|
-
const account = require('../../shared/better-auth.
|
|
6
|
+
const account = require('../../shared/better-auth.DIytoqOn.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
const index = require('../../shared/better-auth.ANpbi45u.cjs');
|
|
9
9
|
require('../../shared/better-auth.DiSjtgs9.cjs');
|
|
@@ -29,7 +29,7 @@ require('@better-auth/utils/hex');
|
|
|
29
29
|
require('@noble/hashes/utils');
|
|
30
30
|
require('../../shared/better-auth.CYeOI8C-.cjs');
|
|
31
31
|
require('@better-auth/utils/random');
|
|
32
|
-
require('../../shared/better-auth.
|
|
32
|
+
require('../../shared/better-auth.CHHC_PJT.cjs');
|
|
33
33
|
require('../../shared/better-auth.Bg6iw3ig.cjs');
|
|
34
34
|
require('../../shared/better-auth.BMYo0QR-.cjs');
|
|
35
35
|
require('../../shared/better-auth.DhfiEsxl.cjs');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { s as schema } from '../../shared/better-auth.fsvwNeUx.mjs';
|
|
2
2
|
import { generateKeyPair, exportJWK, importJWK, SignJWT } from 'jose';
|
|
3
3
|
import 'better-call';
|
|
4
|
-
import { c as createAuthMiddleware, a as createAuthEndpoint, s as sessionMiddleware } from '../../shared/better-auth.
|
|
4
|
+
import { c as createAuthMiddleware, a as createAuthEndpoint, s as sessionMiddleware } from '../../shared/better-auth.C3kF5U0o.mjs';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import { B as BetterAuthError } from '../../shared/better-auth.DdzSJf-n.mjs';
|
|
7
7
|
import '../../shared/better-auth.8zoxzg-F.mjs';
|
|
@@ -27,7 +27,7 @@ import '@better-auth/utils/hex';
|
|
|
27
27
|
import '@noble/hashes/utils';
|
|
28
28
|
import '../../shared/better-auth.B4Qoxdgc.mjs';
|
|
29
29
|
import '@better-auth/utils/random';
|
|
30
|
-
import '../../shared/better-auth.
|
|
30
|
+
import '../../shared/better-auth.CbXAPXob.mjs';
|
|
31
31
|
import '../../shared/better-auth.BUPPRXfK.mjs';
|
|
32
32
|
import '../../shared/better-auth.DDEbWX-S.mjs';
|
|
33
33
|
import '../../shared/better-auth.NcLhHEks.mjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const zod = require('zod');
|
|
4
|
-
const account = require('../../shared/better-auth.
|
|
4
|
+
const account = require('../../shared/better-auth.DIytoqOn.cjs');
|
|
5
5
|
const betterCall = require('better-call');
|
|
6
6
|
const cookies_index = require('../../cookies/index.cjs');
|
|
7
7
|
require('@better-auth/utils/hash');
|
|
@@ -25,7 +25,7 @@ require('../../shared/better-auth.DdjqxOIu.cjs');
|
|
|
25
25
|
require('../../shared/better-auth.C1hdVENX.cjs');
|
|
26
26
|
require('../../shared/better-auth.ANpbi45u.cjs');
|
|
27
27
|
require('@better-auth/utils/random');
|
|
28
|
-
require('../../shared/better-auth.
|
|
28
|
+
require('../../shared/better-auth.CHHC_PJT.cjs');
|
|
29
29
|
require('../../shared/better-auth.Bg6iw3ig.cjs');
|
|
30
30
|
require('@better-auth/utils/hmac');
|
|
31
31
|
require('../../shared/better-auth.BMYo0QR-.cjs');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { a as createAuthEndpoint, o as originCheck, B as BASE_ERROR_CODES } from '../../shared/better-auth.
|
|
2
|
+
import { a as createAuthEndpoint, o as originCheck, B as BASE_ERROR_CODES } from '../../shared/better-auth.C3kF5U0o.mjs';
|
|
3
3
|
import { APIError } from 'better-call';
|
|
4
4
|
import { setSessionCookie } from '../../cookies/index.mjs';
|
|
5
5
|
import '@better-auth/utils/hash';
|
|
@@ -23,7 +23,7 @@ import '../../shared/better-auth.D7syfoJW.mjs';
|
|
|
23
23
|
import '../../shared/better-auth.CW6D9eSx.mjs';
|
|
24
24
|
import '../../shared/better-auth.DdzSJf-n.mjs';
|
|
25
25
|
import '@better-auth/utils/random';
|
|
26
|
-
import '../../shared/better-auth.
|
|
26
|
+
import '../../shared/better-auth.CbXAPXob.mjs';
|
|
27
27
|
import '../../shared/better-auth.BUPPRXfK.mjs';
|
|
28
28
|
import '@better-auth/utils/hmac';
|
|
29
29
|
import '../../shared/better-auth.DDEbWX-S.mjs';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
const zod = require('zod');
|
|
4
4
|
const betterCall = require('better-call');
|
|
5
|
-
const account = require('../../shared/better-auth.
|
|
5
|
+
const account = require('../../shared/better-auth.DIytoqOn.cjs');
|
|
6
6
|
const cookies_index = require('../../cookies/index.cjs');
|
|
7
7
|
require('../../shared/better-auth.CHyZMcYK.cjs');
|
|
8
8
|
require('../../shared/better-auth.DiSjtgs9.cjs');
|
|
@@ -25,7 +25,7 @@ require('@noble/hashes/utils');
|
|
|
25
25
|
require('../../shared/better-auth.CYeOI8C-.cjs');
|
|
26
26
|
require('@better-auth/utils/random');
|
|
27
27
|
require('../../shared/better-auth.ANpbi45u.cjs');
|
|
28
|
-
require('../../shared/better-auth.
|
|
28
|
+
require('../../shared/better-auth.CHHC_PJT.cjs');
|
|
29
29
|
require('../../shared/better-auth.Bg6iw3ig.cjs');
|
|
30
30
|
require('@better-auth/utils/hmac');
|
|
31
31
|
require('../../shared/better-auth.BMYo0QR-.cjs');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { APIError } from 'better-call';
|
|
3
|
-
import { c as createAuthMiddleware, a as createAuthEndpoint, s as sessionMiddleware } from '../../shared/better-auth.
|
|
3
|
+
import { c as createAuthMiddleware, a as createAuthEndpoint, s as sessionMiddleware } from '../../shared/better-auth.C3kF5U0o.mjs';
|
|
4
4
|
import { parseSetCookieHeader, parseCookies, setSessionCookie, deleteSessionCookie } from '../../cookies/index.mjs';
|
|
5
5
|
import '../../shared/better-auth.C24Bzw4w.mjs';
|
|
6
6
|
import '../../shared/better-auth.8zoxzg-F.mjs';
|
|
@@ -23,7 +23,7 @@ import '@noble/hashes/utils';
|
|
|
23
23
|
import '../../shared/better-auth.B4Qoxdgc.mjs';
|
|
24
24
|
import '@better-auth/utils/random';
|
|
25
25
|
import '../../shared/better-auth.DdzSJf-n.mjs';
|
|
26
|
-
import '../../shared/better-auth.
|
|
26
|
+
import '../../shared/better-auth.CbXAPXob.mjs';
|
|
27
27
|
import '../../shared/better-auth.BUPPRXfK.mjs';
|
|
28
28
|
import '@better-auth/utils/hmac';
|
|
29
29
|
import '../../shared/better-auth.DDEbWX-S.mjs';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
const zod = require('zod');
|
|
4
4
|
require('better-call');
|
|
5
|
-
const account = require('../../shared/better-auth.
|
|
5
|
+
const account = require('../../shared/better-auth.DIytoqOn.cjs');
|
|
6
6
|
const env = require('../../shared/better-auth.DiSjtgs9.cjs');
|
|
7
7
|
require('@better-auth/utils/base64');
|
|
8
8
|
require('@better-auth/utils/hmac');
|
|
@@ -29,7 +29,7 @@ require('@better-auth/utils/hex');
|
|
|
29
29
|
require('@noble/hashes/utils');
|
|
30
30
|
require('../../shared/better-auth.CYeOI8C-.cjs');
|
|
31
31
|
require('@better-auth/utils/random');
|
|
32
|
-
require('../../shared/better-auth.
|
|
32
|
+
require('../../shared/better-auth.CHHC_PJT.cjs');
|
|
33
33
|
require('../../shared/better-auth.Bg6iw3ig.cjs');
|
|
34
34
|
require('../../shared/better-auth.BMYo0QR-.cjs');
|
|
35
35
|
require('jose/errors');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import 'better-call';
|
|
3
|
-
import { c as createAuthMiddleware, a as createAuthEndpoint, o as originCheck } from '../../shared/better-auth.
|
|
3
|
+
import { c as createAuthMiddleware, a as createAuthEndpoint, o as originCheck } from '../../shared/better-auth.C3kF5U0o.mjs';
|
|
4
4
|
import { e as env } from '../../shared/better-auth.8zoxzg-F.mjs';
|
|
5
5
|
import '@better-auth/utils/base64';
|
|
6
6
|
import '@better-auth/utils/hmac';
|
|
@@ -27,7 +27,7 @@ import '@better-auth/utils/hex';
|
|
|
27
27
|
import '@noble/hashes/utils';
|
|
28
28
|
import '../../shared/better-auth.B4Qoxdgc.mjs';
|
|
29
29
|
import '@better-auth/utils/random';
|
|
30
|
-
import '../../shared/better-auth.
|
|
30
|
+
import '../../shared/better-auth.CbXAPXob.mjs';
|
|
31
31
|
import '../../shared/better-auth.BUPPRXfK.mjs';
|
|
32
32
|
import '../../shared/better-auth.DDEbWX-S.mjs';
|
|
33
33
|
import 'jose/errors';
|