better-auth 1.2.2-beta.3 → 1.2.2-beta.5
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/client/index.cjs +2 -2
- package/dist/client/index.mjs +2 -2
- package/dist/client/react/index.cjs +2 -2
- package/dist/client/react/index.mjs +2 -2
- package/dist/client/solid/index.cjs +2 -2
- package/dist/client/solid/index.mjs +2 -2
- package/dist/client/svelte/index.cjs +2 -2
- package/dist/client/svelte/index.mjs +2 -2
- package/dist/client/vue/index.cjs +2 -2
- package/dist/client/vue/index.mjs +2 -2
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +3 -3
- package/dist/integrations/next-js.cjs +5 -5
- package/dist/integrations/next-js.mjs +5 -5
- package/dist/plugins/admin/index.cjs +4 -4
- package/dist/plugins/admin/index.mjs +4 -4
- 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 +8 -7
- package/dist/plugins/index.d.cts +1 -1
- package/dist/plugins/index.d.mts +1 -1
- package/dist/plugins/index.d.ts +1 -1
- package/dist/plugins/index.mjs +9 -9
- package/dist/plugins/jwt/index.cjs +55 -54
- package/dist/plugins/jwt/index.d.cts +3 -2
- package/dist/plugins/jwt/index.d.mts +3 -2
- package/dist/plugins/jwt/index.d.ts +3 -2
- package/dist/plugins/jwt/index.mjs +55 -55
- 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.DnLVpdsO.mjs → better-auth.BGjbSDNr.mjs} +2 -2
- package/dist/shared/{better-auth.CVkvTxx8.mjs → better-auth.BI_ldOv7.mjs} +2 -2
- package/dist/shared/{better-auth.DWct7EMv.cjs → better-auth.BWtlZYUl.cjs} +2 -2
- package/dist/shared/{better-auth.DM0tp62E.mjs → better-auth.Bd1H94Nk.mjs} +1 -1
- package/dist/shared/{better-auth.BLio44fo.cjs → better-auth.BvJDkY_b.cjs} +1 -1
- package/dist/shared/{better-auth.DcdXBLtR.cjs → better-auth.BzKRBwSF.cjs} +1 -1
- package/dist/shared/{better-auth.Dk8coh4_.cjs → better-auth.CMz4USTt.cjs} +1 -1
- package/dist/shared/{better-auth.B7sMS79i.mjs → better-auth.CqfKuHli.mjs} +1 -1
- package/dist/shared/{better-auth.Ca7dLDPO.cjs → better-auth.CwDUoRLB.cjs} +2 -2
- package/dist/shared/{better-auth.Cytp8fGy.cjs → better-auth.DNb3Aogp.cjs} +1 -1
- package/dist/shared/{better-auth.CrRSJBLs.cjs → better-auth.DUb9p_mV.cjs} +1 -1
- package/dist/shared/{better-auth.DssCybTk.cjs → better-auth.DhfiEsxl.cjs} +3 -2
- package/dist/shared/{better-auth.DXBE8GNe.mjs → better-auth.Do0oI2pb.mjs} +1 -1
- package/dist/shared/{better-auth.D_yrCdEQ.mjs → better-auth.NcLhHEks.mjs} +3 -2
- package/dist/shared/{better-auth.cd8Jd_oV.mjs → better-auth.YSKz0i4l.mjs} +1 -1
- package/dist/shared/{better-auth.DEf1xRKI.mjs → better-auth.npe3WWSD.mjs} +1 -1
- package/dist/social-providers/index.cjs +1 -1
- package/dist/social-providers/index.mjs +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.BzKRBwSF.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');
|
|
@@ -30,7 +30,7 @@ require('../shared/better-auth.GgQnT00n.cjs');
|
|
|
30
30
|
require('../shared/better-auth.Bg6iw3ig.cjs');
|
|
31
31
|
require('@better-auth/utils/hmac');
|
|
32
32
|
require('../shared/better-auth.BMYo0QR-.cjs');
|
|
33
|
-
require('../shared/better-auth.
|
|
33
|
+
require('../shared/better-auth.DhfiEsxl.cjs');
|
|
34
34
|
require('jose/errors');
|
|
35
35
|
require('../shared/better-auth.D3mtHEZg.cjs');
|
|
36
36
|
require('@better-auth/utils/binary');
|
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.npe3WWSD.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.npe3WWSD.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';
|
|
@@ -30,7 +30,7 @@ import '../shared/better-auth.CoMXyQ1y.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';
|
|
33
|
-
import '../shared/better-auth.
|
|
33
|
+
import '../shared/better-auth.NcLhHEks.mjs';
|
|
34
34
|
import 'jose/errors';
|
|
35
35
|
import '../shared/better-auth.tB5eU6EY.mjs';
|
|
36
36
|
import '@better-auth/utils/binary';
|
package/dist/client/index.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const proxy = require('../shared/better-auth.
|
|
3
|
+
const proxy = require('../shared/better-auth.DNb3Aogp.cjs');
|
|
4
4
|
const misc = require('../shared/better-auth.BLDOwz3i.cjs');
|
|
5
5
|
const query = require('../shared/better-auth.C_Zl7Etp.cjs');
|
|
6
6
|
require('@better-fetch/fetch');
|
|
7
|
-
require('../shared/better-auth.
|
|
7
|
+
require('../shared/better-auth.DhfiEsxl.cjs');
|
|
8
8
|
require('../shared/better-auth.DiSjtgs9.cjs');
|
|
9
9
|
require('../shared/better-auth.ANpbi45u.cjs');
|
|
10
10
|
require('nanostores');
|
package/dist/client/index.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { g as getClientConfig, c as createDynamicPathProxy } from '../shared/better-auth.
|
|
1
|
+
import { g as getClientConfig, c as createDynamicPathProxy } from '../shared/better-auth.YSKz0i4l.mjs';
|
|
2
2
|
import { c as capitalizeFirstLetter } from '../shared/better-auth.D-2CmEwz.mjs';
|
|
3
3
|
export { u as useAuthQuery } from '../shared/better-auth.CQvoVIBD.mjs';
|
|
4
4
|
import '@better-fetch/fetch';
|
|
5
|
-
import '../shared/better-auth.
|
|
5
|
+
import '../shared/better-auth.NcLhHEks.mjs';
|
|
6
6
|
import '../shared/better-auth.8zoxzg-F.mjs';
|
|
7
7
|
import '../shared/better-auth.DdzSJf-n.mjs';
|
|
8
8
|
import 'nanostores';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const proxy = require('../../shared/better-auth.
|
|
3
|
+
const proxy = require('../../shared/better-auth.DNb3Aogp.cjs');
|
|
4
4
|
const nanostores = require('nanostores');
|
|
5
5
|
const react = require('react');
|
|
6
6
|
require('@better-fetch/fetch');
|
|
7
|
-
require('../../shared/better-auth.
|
|
7
|
+
require('../../shared/better-auth.DhfiEsxl.cjs');
|
|
8
8
|
require('../../shared/better-auth.DiSjtgs9.cjs');
|
|
9
9
|
require('../../shared/better-auth.ANpbi45u.cjs');
|
|
10
10
|
require('../../shared/better-auth.C_Zl7Etp.cjs');
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { g as getClientConfig, c as createDynamicPathProxy } from '../../shared/better-auth.
|
|
1
|
+
import { g as getClientConfig, c as createDynamicPathProxy } from '../../shared/better-auth.YSKz0i4l.mjs';
|
|
2
2
|
import { listenKeys } from 'nanostores';
|
|
3
3
|
import { useRef, useCallback, useSyncExternalStore } from 'react';
|
|
4
4
|
import '@better-fetch/fetch';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.NcLhHEks.mjs';
|
|
6
6
|
import '../../shared/better-auth.8zoxzg-F.mjs';
|
|
7
7
|
import '../../shared/better-auth.DdzSJf-n.mjs';
|
|
8
8
|
import '../../shared/better-auth.CQvoVIBD.mjs';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const proxy = require('../../shared/better-auth.
|
|
3
|
+
const proxy = require('../../shared/better-auth.DNb3Aogp.cjs');
|
|
4
4
|
const misc = require('../../shared/better-auth.BLDOwz3i.cjs');
|
|
5
5
|
const store = require('solid-js/store');
|
|
6
6
|
const solidJs = require('solid-js');
|
|
7
7
|
require('@better-fetch/fetch');
|
|
8
|
-
require('../../shared/better-auth.
|
|
8
|
+
require('../../shared/better-auth.DhfiEsxl.cjs');
|
|
9
9
|
require('../../shared/better-auth.DiSjtgs9.cjs');
|
|
10
10
|
require('../../shared/better-auth.ANpbi45u.cjs');
|
|
11
11
|
require('nanostores');
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { g as getClientConfig, c as createDynamicPathProxy } from '../../shared/better-auth.
|
|
1
|
+
import { g as getClientConfig, c as createDynamicPathProxy } from '../../shared/better-auth.YSKz0i4l.mjs';
|
|
2
2
|
import { c as capitalizeFirstLetter } from '../../shared/better-auth.D-2CmEwz.mjs';
|
|
3
3
|
import { createStore, reconcile } from 'solid-js/store';
|
|
4
4
|
import { onCleanup } from 'solid-js';
|
|
5
5
|
import '@better-fetch/fetch';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.NcLhHEks.mjs';
|
|
7
7
|
import '../../shared/better-auth.8zoxzg-F.mjs';
|
|
8
8
|
import '../../shared/better-auth.DdzSJf-n.mjs';
|
|
9
9
|
import 'nanostores';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const proxy = require('../../shared/better-auth.
|
|
3
|
+
const proxy = require('../../shared/better-auth.DNb3Aogp.cjs');
|
|
4
4
|
const misc = require('../../shared/better-auth.BLDOwz3i.cjs');
|
|
5
5
|
require('@better-fetch/fetch');
|
|
6
|
-
require('../../shared/better-auth.
|
|
6
|
+
require('../../shared/better-auth.DhfiEsxl.cjs');
|
|
7
7
|
require('../../shared/better-auth.DiSjtgs9.cjs');
|
|
8
8
|
require('../../shared/better-auth.ANpbi45u.cjs');
|
|
9
9
|
require('nanostores');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { g as getClientConfig, c as createDynamicPathProxy } from '../../shared/better-auth.
|
|
1
|
+
import { g as getClientConfig, c as createDynamicPathProxy } from '../../shared/better-auth.YSKz0i4l.mjs';
|
|
2
2
|
import { c as capitalizeFirstLetter } from '../../shared/better-auth.D-2CmEwz.mjs';
|
|
3
3
|
import '@better-fetch/fetch';
|
|
4
|
-
import '../../shared/better-auth.
|
|
4
|
+
import '../../shared/better-auth.NcLhHEks.mjs';
|
|
5
5
|
import '../../shared/better-auth.8zoxzg-F.mjs';
|
|
6
6
|
import '../../shared/better-auth.DdzSJf-n.mjs';
|
|
7
7
|
import 'nanostores';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const vue = require('vue');
|
|
4
|
-
const proxy = require('../../shared/better-auth.
|
|
4
|
+
const proxy = require('../../shared/better-auth.DNb3Aogp.cjs');
|
|
5
5
|
const misc = require('../../shared/better-auth.BLDOwz3i.cjs');
|
|
6
6
|
require('@better-fetch/fetch');
|
|
7
|
-
require('../../shared/better-auth.
|
|
7
|
+
require('../../shared/better-auth.DhfiEsxl.cjs');
|
|
8
8
|
require('../../shared/better-auth.DiSjtgs9.cjs');
|
|
9
9
|
require('../../shared/better-auth.ANpbi45u.cjs');
|
|
10
10
|
require('nanostores');
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { shallowRef, getCurrentScope, onScopeDispose, readonly, getCurrentInstance } from 'vue';
|
|
2
|
-
import { g as getClientConfig, c as createDynamicPathProxy } from '../../shared/better-auth.
|
|
2
|
+
import { g as getClientConfig, c as createDynamicPathProxy } from '../../shared/better-auth.YSKz0i4l.mjs';
|
|
3
3
|
import { c as capitalizeFirstLetter } from '../../shared/better-auth.D-2CmEwz.mjs';
|
|
4
4
|
import '@better-fetch/fetch';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.NcLhHEks.mjs';
|
|
6
6
|
import '../../shared/better-auth.8zoxzg-F.mjs';
|
|
7
7
|
import '../../shared/better-auth.DdzSJf-n.mjs';
|
|
8
8
|
import 'nanostores';
|
package/dist/index.cjs
CHANGED
|
@@ -21,9 +21,9 @@ require('jose');
|
|
|
21
21
|
require('./shared/better-auth.CYeOI8C-.cjs');
|
|
22
22
|
const env = require('./shared/better-auth.DiSjtgs9.cjs');
|
|
23
23
|
const password$1 = require('./shared/better-auth.CDXNofOe.cjs');
|
|
24
|
-
const url = require('./shared/better-auth.
|
|
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.BzKRBwSF.cjs');
|
|
27
27
|
const misc = require('./shared/better-auth.BLDOwz3i.cjs');
|
|
28
28
|
const state = require('./shared/better-auth.GgQnT00n.cjs');
|
|
29
29
|
require('./shared/better-auth.BgkOX1Ei.cjs');
|
package/dist/index.mjs
CHANGED
|
@@ -20,11 +20,11 @@ import 'jose';
|
|
|
20
20
|
import './shared/better-auth.B4Qoxdgc.mjs';
|
|
21
21
|
import { e as env, a as isProduction } from './shared/better-auth.8zoxzg-F.mjs';
|
|
22
22
|
import { c as checkPassword } from './shared/better-auth.YwDQhoPc.mjs';
|
|
23
|
-
import { a as getBaseURL } from './shared/better-auth.
|
|
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.npe3WWSD.mjs';
|
|
27
|
+
export { H as HIDE_METADATA } from './shared/better-auth.npe3WWSD.mjs';
|
|
28
28
|
export { c as capitalizeFirstLetter } from './shared/better-auth.D-2CmEwz.mjs';
|
|
29
29
|
export { g as generateState, p as parseState } from './shared/better-auth.CoMXyQ1y.mjs';
|
|
30
30
|
import './shared/better-auth.Duk7IG0N.mjs';
|
|
@@ -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.BzKRBwSF.cjs');
|
|
10
10
|
require('../shared/better-auth.CHyZMcYK.cjs');
|
|
11
|
-
require('../shared/better-auth.
|
|
11
|
+
require('../shared/better-auth.BvJDkY_b.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,9 +22,9 @@ 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.CMz4USTt.cjs');
|
|
26
26
|
require('@better-auth/utils/otp');
|
|
27
|
-
require('../shared/better-auth.
|
|
27
|
+
require('../shared/better-auth.DUb9p_mV.cjs');
|
|
28
28
|
require('../plugins/admin/access/index.cjs');
|
|
29
29
|
require('@better-fetch/fetch');
|
|
30
30
|
require('@better-auth/utils/random');
|
|
@@ -38,7 +38,7 @@ require('../shared/better-auth.DdjqxOIu.cjs');
|
|
|
38
38
|
require('../shared/better-auth.GgQnT00n.cjs');
|
|
39
39
|
require('../shared/better-auth.Bg6iw3ig.cjs');
|
|
40
40
|
require('../shared/better-auth.BMYo0QR-.cjs');
|
|
41
|
-
require('../shared/better-auth.
|
|
41
|
+
require('../shared/better-auth.DhfiEsxl.cjs');
|
|
42
42
|
require('jose/errors');
|
|
43
43
|
require('@better-auth/utils/binary');
|
|
44
44
|
require('../shared/better-auth.DhsGZ30Q.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.npe3WWSD.mjs';
|
|
8
8
|
import '../shared/better-auth.C24Bzw4w.mjs';
|
|
9
|
-
import '../shared/better-auth.
|
|
9
|
+
import '../shared/better-auth.CqfKuHli.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,9 +20,9 @@ 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.Bd1H94Nk.mjs';
|
|
24
24
|
import '@better-auth/utils/otp';
|
|
25
|
-
import '../shared/better-auth.
|
|
25
|
+
import '../shared/better-auth.Do0oI2pb.mjs';
|
|
26
26
|
import '../plugins/admin/access/index.mjs';
|
|
27
27
|
import '@better-fetch/fetch';
|
|
28
28
|
import '@better-auth/utils/random';
|
|
@@ -36,7 +36,7 @@ import '../shared/better-auth.D7syfoJW.mjs';
|
|
|
36
36
|
import '../shared/better-auth.CoMXyQ1y.mjs';
|
|
37
37
|
import '../shared/better-auth.BUPPRXfK.mjs';
|
|
38
38
|
import '../shared/better-auth.DDEbWX-S.mjs';
|
|
39
|
-
import '../shared/better-auth.
|
|
39
|
+
import '../shared/better-auth.NcLhHEks.mjs';
|
|
40
40
|
import 'jose/errors';
|
|
41
41
|
import '@better-auth/utils/binary';
|
|
42
42
|
import '../shared/better-auth.ffWeg50w.mjs';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const admin = require('../../shared/better-auth.
|
|
3
|
+
const admin = require('../../shared/better-auth.BWtlZYUl.cjs');
|
|
4
4
|
require('zod');
|
|
5
5
|
require('better-call');
|
|
6
|
-
require('../../shared/better-auth.
|
|
6
|
+
require('../../shared/better-auth.BzKRBwSF.cjs');
|
|
7
7
|
require('../../cookies/index.cjs');
|
|
8
8
|
require('../../shared/better-auth.ANpbi45u.cjs');
|
|
9
9
|
require('../../shared/better-auth.C1hdVENX.cjs');
|
|
@@ -31,11 +31,11 @@ require('../../shared/better-auth.Bg6iw3ig.cjs');
|
|
|
31
31
|
require('../../shared/better-auth.CHyZMcYK.cjs');
|
|
32
32
|
require('defu');
|
|
33
33
|
require('../../shared/better-auth.BMYo0QR-.cjs');
|
|
34
|
-
require('../../shared/better-auth.
|
|
34
|
+
require('../../shared/better-auth.DhfiEsxl.cjs');
|
|
35
35
|
require('jose/errors');
|
|
36
36
|
require('@better-auth/utils/binary');
|
|
37
37
|
require('../../shared/better-auth.DNqtHmvg.cjs');
|
|
38
|
-
require('../../shared/better-auth.
|
|
38
|
+
require('../../shared/better-auth.DUb9p_mV.cjs');
|
|
39
39
|
require('./access/index.cjs');
|
|
40
40
|
require('../access/index.cjs');
|
|
41
41
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { a as admin } from '../../shared/better-auth.
|
|
1
|
+
export { a as admin } from '../../shared/better-auth.BGjbSDNr.mjs';
|
|
2
2
|
import 'zod';
|
|
3
3
|
import 'better-call';
|
|
4
|
-
import '../../shared/better-auth.
|
|
4
|
+
import '../../shared/better-auth.npe3WWSD.mjs';
|
|
5
5
|
import '../../cookies/index.mjs';
|
|
6
6
|
import '../../shared/better-auth.DdzSJf-n.mjs';
|
|
7
7
|
import '../../shared/better-auth.CW6D9eSx.mjs';
|
|
@@ -29,10 +29,10 @@ import '../../shared/better-auth.BUPPRXfK.mjs';
|
|
|
29
29
|
import '../../shared/better-auth.C24Bzw4w.mjs';
|
|
30
30
|
import 'defu';
|
|
31
31
|
import '../../shared/better-auth.DDEbWX-S.mjs';
|
|
32
|
-
import '../../shared/better-auth.
|
|
32
|
+
import '../../shared/better-auth.NcLhHEks.mjs';
|
|
33
33
|
import 'jose/errors';
|
|
34
34
|
import '@better-auth/utils/binary';
|
|
35
35
|
import '../../shared/better-auth.DQI8AD7d.mjs';
|
|
36
|
-
import '../../shared/better-auth.
|
|
36
|
+
import '../../shared/better-auth.Do0oI2pb.mjs';
|
|
37
37
|
import './access/index.mjs';
|
|
38
38
|
import '../access/index.mjs';
|
|
@@ -1,14 +1,14 @@
|
|
|
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.BzKRBwSF.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');
|
|
8
8
|
require('../../shared/better-auth.DiSjtgs9.cjs');
|
|
9
9
|
require('../../shared/better-auth.GpOOav9x.cjs');
|
|
10
10
|
require('defu');
|
|
11
|
-
const url = require('../../shared/better-auth.
|
|
11
|
+
const url = require('../../shared/better-auth.DhfiEsxl.cjs');
|
|
12
12
|
require('../../social-providers/index.cjs');
|
|
13
13
|
require('@better-fetch/fetch');
|
|
14
14
|
require('jose');
|
|
@@ -1,12 +1,12 @@
|
|
|
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.npe3WWSD.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';
|
|
6
6
|
import '../../shared/better-auth.8zoxzg-F.mjs';
|
|
7
7
|
import '../../shared/better-auth.DH3YjMQH.mjs';
|
|
8
8
|
import 'defu';
|
|
9
|
-
import { g as getOrigin } from '../../shared/better-auth.
|
|
9
|
+
import { g as getOrigin } from '../../shared/better-auth.NcLhHEks.mjs';
|
|
10
10
|
import '../../social-providers/index.mjs';
|
|
11
11
|
import '@better-fetch/fetch';
|
|
12
12
|
import 'jose';
|
|
@@ -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.BzKRBwSF.cjs');
|
|
9
9
|
require('zod');
|
|
10
10
|
require('../../shared/better-auth.CHyZMcYK.cjs');
|
|
11
11
|
require('../../shared/better-auth.GpOOav9x.cjs');
|
|
@@ -30,7 +30,7 @@ require('@better-auth/utils/random');
|
|
|
30
30
|
require('../../shared/better-auth.GgQnT00n.cjs');
|
|
31
31
|
require('../../shared/better-auth.Bg6iw3ig.cjs');
|
|
32
32
|
require('../../shared/better-auth.BMYo0QR-.cjs');
|
|
33
|
-
require('../../shared/better-auth.
|
|
33
|
+
require('../../shared/better-auth.DhfiEsxl.cjs');
|
|
34
34
|
require('jose/errors');
|
|
35
35
|
require('@better-auth/utils/binary');
|
|
36
36
|
|
|
@@ -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.npe3WWSD.mjs';
|
|
7
7
|
import 'zod';
|
|
8
8
|
import '../../shared/better-auth.C24Bzw4w.mjs';
|
|
9
9
|
import '../../shared/better-auth.DH3YjMQH.mjs';
|
|
@@ -28,7 +28,7 @@ import '@better-auth/utils/random';
|
|
|
28
28
|
import '../../shared/better-auth.CoMXyQ1y.mjs';
|
|
29
29
|
import '../../shared/better-auth.BUPPRXfK.mjs';
|
|
30
30
|
import '../../shared/better-auth.DDEbWX-S.mjs';
|
|
31
|
-
import '../../shared/better-auth.
|
|
31
|
+
import '../../shared/better-auth.NcLhHEks.mjs';
|
|
32
32
|
import 'jose/errors';
|
|
33
33
|
import '@better-auth/utils/binary';
|
|
34
34
|
|
|
@@ -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.BzKRBwSF.cjs');
|
|
6
6
|
require('../../shared/better-auth.DiSjtgs9.cjs');
|
|
7
7
|
require('@better-auth/utils/base64');
|
|
8
8
|
require('@better-auth/utils/hmac');
|
|
@@ -30,7 +30,7 @@ require('@better-auth/utils/random');
|
|
|
30
30
|
require('../../shared/better-auth.GgQnT00n.cjs');
|
|
31
31
|
require('../../shared/better-auth.Bg6iw3ig.cjs');
|
|
32
32
|
require('../../shared/better-auth.BMYo0QR-.cjs');
|
|
33
|
-
require('../../shared/better-auth.
|
|
33
|
+
require('../../shared/better-auth.DhfiEsxl.cjs');
|
|
34
34
|
require('jose/errors');
|
|
35
35
|
require('@better-auth/utils/binary');
|
|
36
36
|
|
|
@@ -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.npe3WWSD.mjs';
|
|
4
4
|
import '../../shared/better-auth.8zoxzg-F.mjs';
|
|
5
5
|
import '@better-auth/utils/base64';
|
|
6
6
|
import '@better-auth/utils/hmac';
|
|
@@ -28,7 +28,7 @@ import '@better-auth/utils/random';
|
|
|
28
28
|
import '../../shared/better-auth.CoMXyQ1y.mjs';
|
|
29
29
|
import '../../shared/better-auth.BUPPRXfK.mjs';
|
|
30
30
|
import '../../shared/better-auth.DDEbWX-S.mjs';
|
|
31
|
-
import '../../shared/better-auth.
|
|
31
|
+
import '../../shared/better-auth.NcLhHEks.mjs';
|
|
32
32
|
import 'jose/errors';
|
|
33
33
|
import '@better-auth/utils/binary';
|
|
34
34
|
|
|
@@ -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.BzKRBwSF.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');
|
|
@@ -30,7 +30,7 @@ require('../../shared/better-auth.GgQnT00n.cjs');
|
|
|
30
30
|
require('../../shared/better-auth.Bg6iw3ig.cjs');
|
|
31
31
|
require('@better-auth/utils/hmac');
|
|
32
32
|
require('../../shared/better-auth.BMYo0QR-.cjs');
|
|
33
|
-
require('../../shared/better-auth.
|
|
33
|
+
require('../../shared/better-auth.DhfiEsxl.cjs');
|
|
34
34
|
require('jose/errors');
|
|
35
35
|
require('../../shared/better-auth.D3mtHEZg.cjs');
|
|
36
36
|
require('@better-auth/utils/binary');
|
|
@@ -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.npe3WWSD.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';
|
|
@@ -28,7 +28,7 @@ import '../../shared/better-auth.CoMXyQ1y.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';
|
|
31
|
-
import '../../shared/better-auth.
|
|
31
|
+
import '../../shared/better-auth.NcLhHEks.mjs';
|
|
32
32
|
import 'jose/errors';
|
|
33
33
|
import '../../shared/better-auth.tB5eU6EY.mjs';
|
|
34
34
|
import '@better-auth/utils/binary';
|
|
@@ -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.BzKRBwSF.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');
|
|
@@ -29,7 +29,7 @@ require('../../shared/better-auth.C1hdVENX.cjs');
|
|
|
29
29
|
require('../../shared/better-auth.Bg6iw3ig.cjs');
|
|
30
30
|
require('@better-auth/utils/hmac');
|
|
31
31
|
require('../../shared/better-auth.BMYo0QR-.cjs');
|
|
32
|
-
require('../../shared/better-auth.
|
|
32
|
+
require('../../shared/better-auth.DhfiEsxl.cjs');
|
|
33
33
|
require('jose/errors');
|
|
34
34
|
require('../../shared/better-auth.D3mtHEZg.cjs');
|
|
35
35
|
require('@better-auth/utils/binary');
|
|
@@ -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.npe3WWSD.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';
|
|
@@ -27,7 +27,7 @@ import '../../shared/better-auth.CW6D9eSx.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';
|
|
30
|
-
import '../../shared/better-auth.
|
|
30
|
+
import '../../shared/better-auth.NcLhHEks.mjs';
|
|
31
31
|
import 'jose/errors';
|
|
32
32
|
import '../../shared/better-auth.tB5eU6EY.mjs';
|
|
33
33
|
import '@better-auth/utils/binary';
|
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.CwDUoRLB.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.BzKRBwSF.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.BWtlZYUl.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,14 +46,14 @@ 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.BvJDkY_b.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.CMz4USTt.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');
|
|
@@ -61,11 +61,11 @@ require('../social-providers/index.cjs');
|
|
|
61
61
|
require('@better-fetch/fetch');
|
|
62
62
|
require('../shared/better-auth.DdjqxOIu.cjs');
|
|
63
63
|
require('../shared/better-auth.GgQnT00n.cjs');
|
|
64
|
-
require('../shared/better-auth.
|
|
64
|
+
require('../shared/better-auth.DhfiEsxl.cjs');
|
|
65
65
|
require('jose/errors');
|
|
66
66
|
require('@better-auth/utils/binary');
|
|
67
67
|
require('../shared/better-auth.DNqtHmvg.cjs');
|
|
68
|
-
require('../shared/better-auth.
|
|
68
|
+
require('../shared/better-auth.DUb9p_mV.cjs');
|
|
69
69
|
require('./admin/access/index.cjs');
|
|
70
70
|
require('../shared/better-auth.BG6vHVNT.cjs');
|
|
71
71
|
require('../api/index.cjs');
|
|
@@ -1374,6 +1374,7 @@ exports.phoneNumber = plugins_phoneNumber_index.phoneNumber;
|
|
|
1374
1374
|
exports.anonymous = plugins_anonymous_index.anonymous;
|
|
1375
1375
|
exports.admin = admin.admin;
|
|
1376
1376
|
exports.genericOAuth = plugins_genericOauth_index.genericOAuth;
|
|
1377
|
+
exports.getJwtToken = plugins_jwt_index.getJwtToken;
|
|
1377
1378
|
exports.jwt = plugins_jwt_index.jwt;
|
|
1378
1379
|
exports.multiSession = plugins_multiSession_index.multiSession;
|
|
1379
1380
|
exports.emailOTP = plugins_emailOtp_index.emailOTP;
|
package/dist/plugins/index.d.cts
CHANGED
|
@@ -9,7 +9,7 @@ export { PhoneNumberOptions, UserWithPhoneNumber, phoneNumber } from './phone-nu
|
|
|
9
9
|
export { AnonymousOptions, UserWithAnonymous, anonymous } from './anonymous/index.cjs';
|
|
10
10
|
export { AdminOptions, SessionWithImpersonatedBy, UserWithRole, admin } from './admin/index.cjs';
|
|
11
11
|
export { genericOAuth } from './generic-oauth/index.cjs';
|
|
12
|
-
export { JwtOptions, jwt } from './jwt/index.cjs';
|
|
12
|
+
export { JwtOptions, getJwtToken, jwt } from './jwt/index.cjs';
|
|
13
13
|
export { multiSession } from './multi-session/index.cjs';
|
|
14
14
|
export { EmailOTPOptions, emailOTP } from './email-otp/index.cjs';
|
|
15
15
|
export { oneTap } from './one-tap/index.cjs';
|
package/dist/plugins/index.d.mts
CHANGED
|
@@ -9,7 +9,7 @@ export { PhoneNumberOptions, UserWithPhoneNumber, phoneNumber } from './phone-nu
|
|
|
9
9
|
export { AnonymousOptions, UserWithAnonymous, anonymous } from './anonymous/index.mjs';
|
|
10
10
|
export { AdminOptions, SessionWithImpersonatedBy, UserWithRole, admin } from './admin/index.mjs';
|
|
11
11
|
export { genericOAuth } from './generic-oauth/index.mjs';
|
|
12
|
-
export { JwtOptions, jwt } from './jwt/index.mjs';
|
|
12
|
+
export { JwtOptions, getJwtToken, jwt } from './jwt/index.mjs';
|
|
13
13
|
export { multiSession } from './multi-session/index.mjs';
|
|
14
14
|
export { EmailOTPOptions, emailOTP } from './email-otp/index.mjs';
|
|
15
15
|
export { oneTap } from './one-tap/index.mjs';
|
package/dist/plugins/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export { PhoneNumberOptions, UserWithPhoneNumber, phoneNumber } from './phone-nu
|
|
|
9
9
|
export { AnonymousOptions, UserWithAnonymous, anonymous } from './anonymous/index.js';
|
|
10
10
|
export { AdminOptions, SessionWithImpersonatedBy, UserWithRole, admin } from './admin/index.js';
|
|
11
11
|
export { genericOAuth } from './generic-oauth/index.js';
|
|
12
|
-
export { JwtOptions, jwt } from './jwt/index.js';
|
|
12
|
+
export { JwtOptions, getJwtToken, jwt } from './jwt/index.js';
|
|
13
13
|
export { multiSession } from './multi-session/index.js';
|
|
14
14
|
export { EmailOTPOptions, emailOTP } from './email-otp/index.js';
|
|
15
15
|
export { oneTap } from './one-tap/index.js';
|