better-auth 1.2.5-beta.1 → 1.2.5-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adapters/drizzle-adapter/index.d.cts +1 -1
- package/dist/adapters/drizzle-adapter/index.d.mts +1 -1
- package/dist/adapters/drizzle-adapter/index.d.ts +1 -1
- package/dist/adapters/kysely-adapter/index.d.cts +1 -1
- package/dist/adapters/kysely-adapter/index.d.mts +1 -1
- package/dist/adapters/kysely-adapter/index.d.ts +1 -1
- package/dist/adapters/memory-adapter/index.d.cts +1 -1
- package/dist/adapters/memory-adapter/index.d.mts +1 -1
- package/dist/adapters/memory-adapter/index.d.ts +1 -1
- package/dist/adapters/mongodb-adapter/index.d.cts +1 -1
- package/dist/adapters/mongodb-adapter/index.d.mts +1 -1
- package/dist/adapters/mongodb-adapter/index.d.ts +1 -1
- package/dist/adapters/prisma-adapter/index.d.cts +1 -1
- package/dist/adapters/prisma-adapter/index.d.mts +1 -1
- package/dist/adapters/prisma-adapter/index.d.ts +1 -1
- package/dist/adapters/test.d.cts +1 -1
- package/dist/adapters/test.d.mts +1 -1
- package/dist/adapters/test.d.ts +1 -1
- package/dist/api/index.d.cts +1 -1
- package/dist/api/index.d.mts +1 -1
- package/dist/api/index.d.ts +1 -1
- package/dist/client/index.d.cts +3 -2
- package/dist/client/index.d.mts +3 -2
- package/dist/client/index.d.ts +3 -2
- package/dist/client/plugins/index.d.cts +3 -3
- package/dist/client/plugins/index.d.mts +3 -3
- package/dist/client/plugins/index.d.ts +3 -3
- package/dist/client/react/index.d.cts +2 -1
- package/dist/client/react/index.d.mts +2 -1
- package/dist/client/react/index.d.ts +2 -1
- package/dist/client/solid/index.d.cts +2 -2
- package/dist/client/solid/index.d.mts +2 -2
- package/dist/client/solid/index.d.ts +2 -2
- package/dist/client/svelte/index.d.cts +2 -1
- package/dist/client/svelte/index.d.mts +2 -1
- package/dist/client/svelte/index.d.ts +2 -1
- package/dist/client/vue/index.d.cts +2 -1
- package/dist/client/vue/index.d.mts +2 -1
- package/dist/client/vue/index.d.ts +2 -1
- package/dist/cookies/index.cjs +14 -7
- package/dist/cookies/index.d.cts +1 -1
- package/dist/cookies/index.d.mts +1 -1
- package/dist/cookies/index.d.ts +1 -1
- package/dist/cookies/index.mjs +14 -7
- package/dist/db/index.d.cts +2 -2
- package/dist/db/index.d.mts +2 -2
- package/dist/db/index.d.ts +2 -2
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/integrations/next-js.cjs +1 -1
- package/dist/integrations/next-js.d.cts +1 -1
- package/dist/integrations/next-js.d.mts +1 -1
- package/dist/integrations/next-js.d.ts +1 -1
- package/dist/integrations/next-js.mjs +1 -1
- package/dist/integrations/node.d.cts +1 -1
- package/dist/integrations/node.d.mts +1 -1
- package/dist/integrations/node.d.ts +1 -1
- package/dist/integrations/svelte-kit.d.cts +1 -1
- package/dist/integrations/svelte-kit.d.mts +1 -1
- package/dist/integrations/svelte-kit.d.ts +1 -1
- package/dist/oauth2/index.d.cts +2 -2
- package/dist/oauth2/index.d.mts +2 -2
- package/dist/oauth2/index.d.ts +2 -2
- package/dist/plugins/admin/index.cjs +2 -2
- package/dist/plugins/admin/index.d.cts +5 -19
- package/dist/plugins/admin/index.d.mts +5 -19
- package/dist/plugins/admin/index.d.ts +5 -19
- package/dist/plugins/admin/index.mjs +2 -2
- package/dist/plugins/anonymous/index.d.cts +1 -1
- package/dist/plugins/anonymous/index.d.mts +1 -1
- package/dist/plugins/anonymous/index.d.ts +1 -1
- package/dist/plugins/bearer/index.cjs +1 -1
- package/dist/plugins/bearer/index.d.cts +1 -1
- package/dist/plugins/bearer/index.d.mts +1 -1
- package/dist/plugins/bearer/index.d.ts +1 -1
- package/dist/plugins/bearer/index.mjs +1 -1
- package/dist/plugins/custom-session/index.cjs +1 -1
- package/dist/plugins/custom-session/index.d.cts +1 -1
- package/dist/plugins/custom-session/index.d.mts +1 -1
- package/dist/plugins/custom-session/index.d.ts +1 -1
- package/dist/plugins/custom-session/index.mjs +1 -1
- package/dist/plugins/email-otp/index.d.cts +1 -1
- package/dist/plugins/email-otp/index.d.mts +1 -1
- package/dist/plugins/email-otp/index.d.ts +1 -1
- package/dist/plugins/generic-oauth/index.d.cts +1 -1
- package/dist/plugins/generic-oauth/index.d.mts +1 -1
- package/dist/plugins/generic-oauth/index.d.ts +1 -1
- package/dist/plugins/index.cjs +2 -2
- package/dist/plugins/index.d.cts +4 -4
- package/dist/plugins/index.d.mts +4 -4
- package/dist/plugins/index.d.ts +4 -4
- package/dist/plugins/index.mjs +2 -2
- package/dist/plugins/jwt/index.cjs +1 -1
- package/dist/plugins/jwt/index.d.cts +1 -1
- package/dist/plugins/jwt/index.d.mts +1 -1
- package/dist/plugins/jwt/index.d.ts +1 -1
- package/dist/plugins/jwt/index.mjs +1 -1
- package/dist/plugins/multi-session/index.d.cts +1 -1
- package/dist/plugins/multi-session/index.d.mts +1 -1
- package/dist/plugins/multi-session/index.d.ts +1 -1
- package/dist/plugins/oauth-proxy/index.cjs +1 -1
- package/dist/plugins/oauth-proxy/index.d.cts +1 -1
- package/dist/plugins/oauth-proxy/index.d.mts +1 -1
- package/dist/plugins/oauth-proxy/index.d.ts +1 -1
- package/dist/plugins/oauth-proxy/index.mjs +1 -1
- package/dist/plugins/open-api/index.cjs +1 -1
- package/dist/plugins/open-api/index.d.cts +1 -1
- package/dist/plugins/open-api/index.d.mts +1 -1
- package/dist/plugins/open-api/index.d.ts +1 -1
- package/dist/plugins/open-api/index.mjs +1 -1
- package/dist/plugins/organization/index.cjs +1 -1
- package/dist/plugins/organization/index.d.cts +8709 -7
- package/dist/plugins/organization/index.d.mts +8709 -7
- package/dist/plugins/organization/index.d.ts +8709 -7
- package/dist/plugins/organization/index.mjs +1 -1
- package/dist/plugins/passkey/index.d.cts +1 -1
- package/dist/plugins/passkey/index.d.mts +1 -1
- package/dist/plugins/passkey/index.d.ts +1 -1
- package/dist/plugins/phone-number/index.d.cts +1 -1
- package/dist/plugins/phone-number/index.d.mts +1 -1
- package/dist/plugins/phone-number/index.d.ts +1 -1
- package/dist/plugins/sso/index.d.cts +1 -1
- package/dist/plugins/sso/index.d.mts +1 -1
- package/dist/plugins/sso/index.d.ts +1 -1
- package/dist/plugins/two-factor/index.d.cts +1 -1
- package/dist/plugins/two-factor/index.d.mts +1 -1
- package/dist/plugins/two-factor/index.d.ts +1 -1
- package/dist/plugins/username/index.d.cts +1 -1
- package/dist/plugins/username/index.d.mts +1 -1
- package/dist/plugins/username/index.d.ts +1 -1
- package/dist/shared/{better-auth.BAHeu7c0.d.cts → better-auth.BDHKat4B.d.cts} +1 -1
- package/dist/shared/{better-auth.CJnNI_pZ.cjs → better-auth.BMszDvE7.cjs} +19 -15
- package/dist/shared/{better-auth.Gg7Z0WyK.d.mts → better-auth.BbBpXV1V.d.mts} +1 -1
- package/dist/shared/{better-auth.DOiM3a81.d.ts → better-auth.C5dFTEg6.d.ts} +1 -1
- package/dist/shared/{better-auth.CgpkeCuV.d.ts → better-auth.CRafaPDf.d.ts} +1 -1
- package/dist/shared/{better-auth.CIlYLU40.d.mts → better-auth.CX83f3pA.d.mts} +1 -1
- package/dist/shared/{better-auth.Ce5ruaNV.d.cts → better-auth.Ca_jKxZ2.d.cts} +1 -1
- package/dist/shared/{better-auth.z5hCXEpq.d.ts → better-auth.D4zBo107.d.ts} +1 -1
- package/dist/shared/{better-auth.BChhyjyz.d.mts → better-auth.DuysW5Kv.d.mts} +1 -1
- package/dist/shared/{better-auth.mScwiXcw.d.cts → better-auth.Nbv42fzc.d.cts} +1 -1
- package/dist/shared/{better-auth.C1nJLdAt.mjs → better-auth.r3dumB_s.mjs} +19 -15
- package/dist/types/index.d.cts +2 -2
- package/dist/types/index.d.mts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/package.json +1 -1
- package/dist/shared/better-auth.CDKE1pWJ.d.cts +0 -8697
- package/dist/shared/better-auth.CacwWJqS.d.ts +0 -8697
- package/dist/shared/better-auth.NTBHOnXV.d.mts +0 -8697
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import * as better_call from 'better-call';
|
|
3
|
-
import { H as HookEndpointContext } from '../../shared/better-auth.
|
|
3
|
+
import { H as HookEndpointContext } from '../../shared/better-auth.D4zBo107.js';
|
|
4
4
|
import '../../shared/better-auth.Bi8FQwDD.js';
|
|
5
5
|
import 'kysely';
|
|
6
6
|
import '../../shared/better-auth.2gyOPXIw.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
-
import { U as User, l as AuthContext } from '../../shared/better-auth.
|
|
3
|
+
import { U as User, l as AuthContext } from '../../shared/better-auth.Ca_jKxZ2.cjs';
|
|
4
4
|
import { O as OAuth2Tokens, a as OAuthProvider } from '../../shared/better-auth.B36e4YUo.cjs';
|
|
5
5
|
import '../../shared/better-auth.Bi8FQwDD.cjs';
|
|
6
6
|
import 'kysely';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
-
import { U as User, l as AuthContext } from '../../shared/better-auth.
|
|
3
|
+
import { U as User, l as AuthContext } from '../../shared/better-auth.BbBpXV1V.mjs';
|
|
4
4
|
import { O as OAuth2Tokens, a as OAuthProvider } from '../../shared/better-auth.C7bUpbPE.mjs';
|
|
5
5
|
import '../../shared/better-auth.Bi8FQwDD.mjs';
|
|
6
6
|
import 'kysely';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
-
import { U as User, l as AuthContext } from '../../shared/better-auth.
|
|
3
|
+
import { U as User, l as AuthContext } from '../../shared/better-auth.D4zBo107.js';
|
|
4
4
|
import { O as OAuth2Tokens, a as OAuthProvider } from '../../shared/better-auth.2gyOPXIw.js';
|
|
5
5
|
import '../../shared/better-auth.Bi8FQwDD.js';
|
|
6
6
|
import 'kysely';
|
package/dist/plugins/index.cjs
CHANGED
|
@@ -8,7 +8,7 @@ const account = require('../shared/better-auth.Bwt75GhP.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.BMszDvE7.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');
|
|
@@ -49,6 +49,7 @@ const client = require('../shared/better-auth.DnER2-iT.cjs');
|
|
|
49
49
|
require('../shared/better-auth.ANpbi45u.cjs');
|
|
50
50
|
require('./organization/access/index.cjs');
|
|
51
51
|
require('../cookies/index.cjs');
|
|
52
|
+
require('../shared/better-auth.C-R0J0n1.cjs');
|
|
52
53
|
require('../crypto/index.cjs');
|
|
53
54
|
require('../shared/better-auth.YUF6P-PB.cjs');
|
|
54
55
|
require('../shared/better-auth.BMYo0QR-.cjs');
|
|
@@ -60,7 +61,6 @@ require('../social-providers/index.cjs');
|
|
|
60
61
|
require('@better-fetch/fetch');
|
|
61
62
|
require('../shared/better-auth.DdjqxOIu.cjs');
|
|
62
63
|
require('../shared/better-auth.CHHC_PJT.cjs');
|
|
63
|
-
require('../shared/better-auth.C-R0J0n1.cjs');
|
|
64
64
|
require('jose/errors');
|
|
65
65
|
require('@better-auth/utils/binary');
|
|
66
66
|
require('../shared/better-auth.DNqtHmvg.cjs');
|
package/dist/plugins/index.d.cts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { InferInvitation, InferMember, InferRolesFromOption, InferZodRolesFromOption, Invitation, InvitationInput, InvitationStatus, Member, MemberInput, Organization, OrganizationInput, OrganizationOptions, Team, TeamInput, invitationSchema, invitationStatus, memberSchema, organization, organizationSchema, parseRoles, role, teamSchema } from './organization/index.cjs';
|
|
2
|
+
export { adminAc, defaultAc, defaultRoles, defaultStatements, memberAc, ownerAc } from './organization/access/index.cjs';
|
|
2
3
|
export { TwoFactorOptions, TwoFactorProvider, TwoFactorTable, UserWithTwoFactor, twoFactor, twoFactorClient } from './two-factor/index.cjs';
|
|
3
4
|
export { UsernameOptions, username } from './username/index.cjs';
|
|
4
5
|
export { bearer } from './bearer/index.cjs';
|
|
5
|
-
export { d as AuthEndpoint, e as AuthMiddleware, A as AuthPluginSchema, B as BetterAuthPlugin, I as InferOptionSchema, a as InferPluginErrorCodes, b as createAuthEndpoint, c as createAuthMiddleware, o as optionsMiddleware } from '../shared/better-auth.
|
|
6
|
+
export { d as AuthEndpoint, e as AuthMiddleware, A as AuthPluginSchema, B as BetterAuthPlugin, I as InferOptionSchema, a as InferPluginErrorCodes, b as createAuthEndpoint, c as createAuthMiddleware, o as optionsMiddleware } from '../shared/better-auth.Ca_jKxZ2.cjs';
|
|
6
7
|
export { H as HIDE_METADATA } from '../shared/better-auth.DEHJp1rk.cjs';
|
|
7
8
|
export { magicLink } from './magic-link/index.cjs';
|
|
8
9
|
export { PhoneNumberOptions, UserWithPhoneNumber, phoneNumber } from './phone-number/index.cjs';
|
|
@@ -18,12 +19,11 @@ export { customSession } from './custom-session/index.cjs';
|
|
|
18
19
|
export { OpenAPIOptions, Path, generator, openAPI } from './open-api/index.cjs';
|
|
19
20
|
export { AuthorizationQuery, Client, CodeVerificationValue, OAuthAccessToken, OIDCMetadata, OIDCOptions, TokenBody, oidcProvider } from './oidc-provider/index.cjs';
|
|
20
21
|
export { CaptchaOptions, captcha } from './captcha/index.cjs';
|
|
21
|
-
export { E as ERROR_CODES, a as apiKey } from '../shared/better-auth.
|
|
22
|
+
export { E as ERROR_CODES, a as apiKey } from '../shared/better-auth.Nbv42fzc.cjs';
|
|
22
23
|
import './access/index.cjs';
|
|
23
24
|
import '../shared/better-auth.Bi8FQwDD.cjs';
|
|
24
25
|
import 'zod';
|
|
25
26
|
import 'better-call';
|
|
26
|
-
import './organization/access/index.cjs';
|
|
27
27
|
import '@better-fetch/fetch';
|
|
28
28
|
import 'kysely';
|
|
29
29
|
import '../shared/better-auth.B36e4YUo.cjs';
|
package/dist/plugins/index.d.mts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { InferInvitation, InferMember, InferRolesFromOption, InferZodRolesFromOption, Invitation, InvitationInput, InvitationStatus, Member, MemberInput, Organization, OrganizationInput, OrganizationOptions, Team, TeamInput, invitationSchema, invitationStatus, memberSchema, organization, organizationSchema, parseRoles, role, teamSchema } from './organization/index.mjs';
|
|
2
|
+
export { adminAc, defaultAc, defaultRoles, defaultStatements, memberAc, ownerAc } from './organization/access/index.mjs';
|
|
2
3
|
export { TwoFactorOptions, TwoFactorProvider, TwoFactorTable, UserWithTwoFactor, twoFactor, twoFactorClient } from './two-factor/index.mjs';
|
|
3
4
|
export { UsernameOptions, username } from './username/index.mjs';
|
|
4
5
|
export { bearer } from './bearer/index.mjs';
|
|
5
|
-
export { d as AuthEndpoint, e as AuthMiddleware, A as AuthPluginSchema, B as BetterAuthPlugin, I as InferOptionSchema, a as InferPluginErrorCodes, b as createAuthEndpoint, c as createAuthMiddleware, o as optionsMiddleware } from '../shared/better-auth.
|
|
6
|
+
export { d as AuthEndpoint, e as AuthMiddleware, A as AuthPluginSchema, B as BetterAuthPlugin, I as InferOptionSchema, a as InferPluginErrorCodes, b as createAuthEndpoint, c as createAuthMiddleware, o as optionsMiddleware } from '../shared/better-auth.BbBpXV1V.mjs';
|
|
6
7
|
export { H as HIDE_METADATA } from '../shared/better-auth.DEHJp1rk.mjs';
|
|
7
8
|
export { magicLink } from './magic-link/index.mjs';
|
|
8
9
|
export { PhoneNumberOptions, UserWithPhoneNumber, phoneNumber } from './phone-number/index.mjs';
|
|
@@ -18,12 +19,11 @@ export { customSession } from './custom-session/index.mjs';
|
|
|
18
19
|
export { OpenAPIOptions, Path, generator, openAPI } from './open-api/index.mjs';
|
|
19
20
|
export { AuthorizationQuery, Client, CodeVerificationValue, OAuthAccessToken, OIDCMetadata, OIDCOptions, TokenBody, oidcProvider } from './oidc-provider/index.mjs';
|
|
20
21
|
export { CaptchaOptions, captcha } from './captcha/index.mjs';
|
|
21
|
-
export { E as ERROR_CODES, a as apiKey } from '../shared/better-auth.
|
|
22
|
+
export { E as ERROR_CODES, a as apiKey } from '../shared/better-auth.DuysW5Kv.mjs';
|
|
22
23
|
import './access/index.mjs';
|
|
23
24
|
import '../shared/better-auth.Bi8FQwDD.mjs';
|
|
24
25
|
import 'zod';
|
|
25
26
|
import 'better-call';
|
|
26
|
-
import './organization/access/index.mjs';
|
|
27
27
|
import '@better-fetch/fetch';
|
|
28
28
|
import 'kysely';
|
|
29
29
|
import '../shared/better-auth.C7bUpbPE.mjs';
|
package/dist/plugins/index.d.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { InferInvitation, InferMember, InferRolesFromOption, InferZodRolesFromOption, Invitation, InvitationInput, InvitationStatus, Member, MemberInput, Organization, OrganizationInput, OrganizationOptions, Team, TeamInput, invitationSchema, invitationStatus, memberSchema, organization, organizationSchema, parseRoles, role, teamSchema } from './organization/index.js';
|
|
2
|
+
export { adminAc, defaultAc, defaultRoles, defaultStatements, memberAc, ownerAc } from './organization/access/index.js';
|
|
2
3
|
export { TwoFactorOptions, TwoFactorProvider, TwoFactorTable, UserWithTwoFactor, twoFactor, twoFactorClient } from './two-factor/index.js';
|
|
3
4
|
export { UsernameOptions, username } from './username/index.js';
|
|
4
5
|
export { bearer } from './bearer/index.js';
|
|
5
|
-
export { d as AuthEndpoint, e as AuthMiddleware, A as AuthPluginSchema, B as BetterAuthPlugin, I as InferOptionSchema, a as InferPluginErrorCodes, b as createAuthEndpoint, c as createAuthMiddleware, o as optionsMiddleware } from '../shared/better-auth.
|
|
6
|
+
export { d as AuthEndpoint, e as AuthMiddleware, A as AuthPluginSchema, B as BetterAuthPlugin, I as InferOptionSchema, a as InferPluginErrorCodes, b as createAuthEndpoint, c as createAuthMiddleware, o as optionsMiddleware } from '../shared/better-auth.D4zBo107.js';
|
|
6
7
|
export { H as HIDE_METADATA } from '../shared/better-auth.DEHJp1rk.js';
|
|
7
8
|
export { magicLink } from './magic-link/index.js';
|
|
8
9
|
export { PhoneNumberOptions, UserWithPhoneNumber, phoneNumber } from './phone-number/index.js';
|
|
@@ -18,12 +19,11 @@ export { customSession } from './custom-session/index.js';
|
|
|
18
19
|
export { OpenAPIOptions, Path, generator, openAPI } from './open-api/index.js';
|
|
19
20
|
export { AuthorizationQuery, Client, CodeVerificationValue, OAuthAccessToken, OIDCMetadata, OIDCOptions, TokenBody, oidcProvider } from './oidc-provider/index.js';
|
|
20
21
|
export { CaptchaOptions, captcha } from './captcha/index.js';
|
|
21
|
-
export { E as ERROR_CODES, a as apiKey } from '../shared/better-auth.
|
|
22
|
+
export { E as ERROR_CODES, a as apiKey } from '../shared/better-auth.CRafaPDf.js';
|
|
22
23
|
import './access/index.js';
|
|
23
24
|
import '../shared/better-auth.Bi8FQwDD.js';
|
|
24
25
|
import 'zod';
|
|
25
26
|
import 'better-call';
|
|
26
|
-
import './organization/access/index.js';
|
|
27
27
|
import '@better-fetch/fetch';
|
|
28
28
|
import 'kysely';
|
|
29
29
|
import '../shared/better-auth.2gyOPXIw.js';
|
package/dist/plugins/index.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export { H as HIDE_METADATA, N as optionsMiddleware } from '../shared/better-aut
|
|
|
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.r3dumB_s.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';
|
|
@@ -48,6 +48,7 @@ export { t as twoFactorClient } from '../shared/better-auth.Ddw8bVyV.mjs';
|
|
|
48
48
|
import '../shared/better-auth.DdzSJf-n.mjs';
|
|
49
49
|
import './organization/access/index.mjs';
|
|
50
50
|
import '../cookies/index.mjs';
|
|
51
|
+
import '../shared/better-auth.VTXNLFMT.mjs';
|
|
51
52
|
import '../crypto/index.mjs';
|
|
52
53
|
import '../shared/better-auth.OT3XFeFk.mjs';
|
|
53
54
|
import '../shared/better-auth.DDEbWX-S.mjs';
|
|
@@ -59,7 +60,6 @@ import '../social-providers/index.mjs';
|
|
|
59
60
|
import '@better-fetch/fetch';
|
|
60
61
|
import '../shared/better-auth.D7syfoJW.mjs';
|
|
61
62
|
import '../shared/better-auth.CbXAPXob.mjs';
|
|
62
|
-
import '../shared/better-auth.VTXNLFMT.mjs';
|
|
63
63
|
import 'jose/errors';
|
|
64
64
|
import '@better-auth/utils/binary';
|
|
65
65
|
import '../shared/better-auth.DQI8AD7d.mjs';
|
|
@@ -16,6 +16,7 @@ const crypto_index = require('../../crypto/index.cjs');
|
|
|
16
16
|
require('../../cookies/index.cjs');
|
|
17
17
|
require('../../shared/better-auth.C1hdVENX.cjs');
|
|
18
18
|
require('../../shared/better-auth.D3mtHEZg.cjs');
|
|
19
|
+
require('../../shared/better-auth.C-R0J0n1.cjs');
|
|
19
20
|
require('../../social-providers/index.cjs');
|
|
20
21
|
require('@better-fetch/fetch');
|
|
21
22
|
require('@better-auth/utils/hash');
|
|
@@ -32,7 +33,6 @@ require('@better-auth/utils/random');
|
|
|
32
33
|
require('../../shared/better-auth.CHHC_PJT.cjs');
|
|
33
34
|
require('../../shared/better-auth.Bg6iw3ig.cjs');
|
|
34
35
|
require('../../shared/better-auth.BMYo0QR-.cjs');
|
|
35
|
-
require('../../shared/better-auth.C-R0J0n1.cjs');
|
|
36
36
|
require('jose/errors');
|
|
37
37
|
require('@better-auth/utils/binary');
|
|
38
38
|
require('../../shared/better-auth.YUF6P-PB.cjs');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
|
-
import { U as User, S as Session, I as InferOptionSchema, H as HookEndpointContext, G as GenericEndpointContext } from '../../shared/better-auth.
|
|
2
|
+
import { U as User, S as Session, I as InferOptionSchema, H as HookEndpointContext, G as GenericEndpointContext } from '../../shared/better-auth.Ca_jKxZ2.cjs';
|
|
3
3
|
import '../../shared/better-auth.Bi8FQwDD.cjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'kysely';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
|
-
import { U as User, S as Session, I as InferOptionSchema, H as HookEndpointContext, G as GenericEndpointContext } from '../../shared/better-auth.
|
|
2
|
+
import { U as User, S as Session, I as InferOptionSchema, H as HookEndpointContext, G as GenericEndpointContext } from '../../shared/better-auth.BbBpXV1V.mjs';
|
|
3
3
|
import '../../shared/better-auth.Bi8FQwDD.mjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'kysely';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
|
-
import { U as User, S as Session, I as InferOptionSchema, H as HookEndpointContext, G as GenericEndpointContext } from '../../shared/better-auth.
|
|
2
|
+
import { U as User, S as Session, I as InferOptionSchema, H as HookEndpointContext, G as GenericEndpointContext } from '../../shared/better-auth.D4zBo107.js';
|
|
3
3
|
import '../../shared/better-auth.Bi8FQwDD.js';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'kysely';
|
|
@@ -14,6 +14,7 @@ import { symmetricEncrypt, symmetricDecrypt } from '../../crypto/index.mjs';
|
|
|
14
14
|
import '../../cookies/index.mjs';
|
|
15
15
|
import '../../shared/better-auth.CW6D9eSx.mjs';
|
|
16
16
|
import '../../shared/better-auth.tB5eU6EY.mjs';
|
|
17
|
+
import '../../shared/better-auth.VTXNLFMT.mjs';
|
|
17
18
|
import '../../social-providers/index.mjs';
|
|
18
19
|
import '@better-fetch/fetch';
|
|
19
20
|
import '@better-auth/utils/hash';
|
|
@@ -30,7 +31,6 @@ import '@better-auth/utils/random';
|
|
|
30
31
|
import '../../shared/better-auth.CbXAPXob.mjs';
|
|
31
32
|
import '../../shared/better-auth.BUPPRXfK.mjs';
|
|
32
33
|
import '../../shared/better-auth.DDEbWX-S.mjs';
|
|
33
|
-
import '../../shared/better-auth.VTXNLFMT.mjs';
|
|
34
34
|
import 'jose/errors';
|
|
35
35
|
import '@better-auth/utils/binary';
|
|
36
36
|
import '../../shared/better-auth.OT3XFeFk.mjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import * as better_call from 'better-call';
|
|
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.Ca_jKxZ2.cjs';
|
|
4
4
|
import '../../shared/better-auth.Bi8FQwDD.cjs';
|
|
5
5
|
import 'kysely';
|
|
6
6
|
import '../../shared/better-auth.B36e4YUo.cjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import * as better_call from 'better-call';
|
|
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.BbBpXV1V.mjs';
|
|
4
4
|
import '../../shared/better-auth.Bi8FQwDD.mjs';
|
|
5
5
|
import 'kysely';
|
|
6
6
|
import '../../shared/better-auth.C7bUpbPE.mjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import * as better_call from 'better-call';
|
|
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.D4zBo107.js';
|
|
4
4
|
import '../../shared/better-auth.Bi8FQwDD.js';
|
|
5
5
|
import 'kysely';
|
|
6
6
|
import '../../shared/better-auth.2gyOPXIw.js';
|
|
@@ -6,11 +6,11 @@ const account = require('../../shared/better-auth.Bwt75GhP.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');
|
|
9
|
+
const url = require('../../shared/better-auth.C-R0J0n1.cjs');
|
|
9
10
|
require('../../shared/better-auth.CHyZMcYK.cjs');
|
|
10
11
|
require('../../shared/better-auth.GpOOav9x.cjs');
|
|
11
12
|
require('defu');
|
|
12
13
|
const crypto_index = require('../../crypto/index.cjs');
|
|
13
|
-
const url = require('../../shared/better-auth.C-R0J0n1.cjs');
|
|
14
14
|
require('../../cookies/index.cjs');
|
|
15
15
|
require('../../shared/better-auth.ANpbi45u.cjs');
|
|
16
16
|
require('../../shared/better-auth.C1hdVENX.cjs');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import * as better_call from 'better-call';
|
|
3
|
-
import { H as HookEndpointContext, l as AuthContext } from '../../shared/better-auth.
|
|
3
|
+
import { H as HookEndpointContext, l as AuthContext } from '../../shared/better-auth.Ca_jKxZ2.cjs';
|
|
4
4
|
import '../../shared/better-auth.Bi8FQwDD.cjs';
|
|
5
5
|
import 'kysely';
|
|
6
6
|
import '../../shared/better-auth.B36e4YUo.cjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import * as better_call from 'better-call';
|
|
3
|
-
import { H as HookEndpointContext, l as AuthContext } from '../../shared/better-auth.
|
|
3
|
+
import { H as HookEndpointContext, l as AuthContext } from '../../shared/better-auth.BbBpXV1V.mjs';
|
|
4
4
|
import '../../shared/better-auth.Bi8FQwDD.mjs';
|
|
5
5
|
import 'kysely';
|
|
6
6
|
import '../../shared/better-auth.C7bUpbPE.mjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import * as better_call from 'better-call';
|
|
3
|
-
import { H as HookEndpointContext, l as AuthContext } from '../../shared/better-auth.
|
|
3
|
+
import { H as HookEndpointContext, l as AuthContext } from '../../shared/better-auth.D4zBo107.js';
|
|
4
4
|
import '../../shared/better-auth.Bi8FQwDD.js';
|
|
5
5
|
import 'kysely';
|
|
6
6
|
import '../../shared/better-auth.2gyOPXIw.js';
|
|
@@ -4,11 +4,11 @@ import { c as createAuthMiddleware, a as createAuthEndpoint, o as originCheck }
|
|
|
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';
|
|
7
|
+
import { g as getOrigin } from '../../shared/better-auth.VTXNLFMT.mjs';
|
|
7
8
|
import '../../shared/better-auth.C24Bzw4w.mjs';
|
|
8
9
|
import '../../shared/better-auth.DH3YjMQH.mjs';
|
|
9
10
|
import 'defu';
|
|
10
11
|
import { symmetricEncrypt, symmetricDecrypt } from '../../crypto/index.mjs';
|
|
11
|
-
import { g as getOrigin } from '../../shared/better-auth.VTXNLFMT.mjs';
|
|
12
12
|
import '../../cookies/index.mjs';
|
|
13
13
|
import '../../shared/better-auth.DdzSJf-n.mjs';
|
|
14
14
|
import '../../shared/better-auth.CW6D9eSx.mjs';
|
|
@@ -27,6 +27,7 @@ require('../../cookies/index.cjs');
|
|
|
27
27
|
require('../../shared/better-auth.ANpbi45u.cjs');
|
|
28
28
|
require('../../shared/better-auth.C1hdVENX.cjs');
|
|
29
29
|
require('../../shared/better-auth.D3mtHEZg.cjs');
|
|
30
|
+
require('../../shared/better-auth.C-R0J0n1.cjs');
|
|
30
31
|
require('../../shared/better-auth.BgkOX1Ei.cjs');
|
|
31
32
|
require('../../social-providers/index.cjs');
|
|
32
33
|
require('@better-fetch/fetch');
|
|
@@ -34,7 +35,6 @@ require('../../shared/better-auth.DdjqxOIu.cjs');
|
|
|
34
35
|
require('../../shared/better-auth.CHHC_PJT.cjs');
|
|
35
36
|
require('../../shared/better-auth.Bg6iw3ig.cjs');
|
|
36
37
|
require('../../shared/better-auth.BMYo0QR-.cjs');
|
|
37
|
-
require('../../shared/better-auth.C-R0J0n1.cjs');
|
|
38
38
|
require('jose/errors');
|
|
39
39
|
require('@better-auth/utils/binary');
|
|
40
40
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
2
|
import { OpenAPIParameter, OpenAPISchemaType } from 'better-call';
|
|
3
|
-
import { l as AuthContext, f as BetterAuthOptions } from '../../shared/better-auth.
|
|
3
|
+
import { l as AuthContext, f as BetterAuthOptions } from '../../shared/better-auth.Ca_jKxZ2.cjs';
|
|
4
4
|
import { L as LiteralString } from '../../shared/better-auth.Bi8FQwDD.cjs';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import 'kysely';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
2
|
import { OpenAPIParameter, OpenAPISchemaType } from 'better-call';
|
|
3
|
-
import { l as AuthContext, f as BetterAuthOptions } from '../../shared/better-auth.
|
|
3
|
+
import { l as AuthContext, f as BetterAuthOptions } from '../../shared/better-auth.BbBpXV1V.mjs';
|
|
4
4
|
import { L as LiteralString } from '../../shared/better-auth.Bi8FQwDD.mjs';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import 'kysely';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
2
|
import { OpenAPIParameter, OpenAPISchemaType } from 'better-call';
|
|
3
|
-
import { l as AuthContext, f as BetterAuthOptions } from '../../shared/better-auth.
|
|
3
|
+
import { l as AuthContext, f as BetterAuthOptions } from '../../shared/better-auth.D4zBo107.js';
|
|
4
4
|
import { L as LiteralString } from '../../shared/better-auth.Bi8FQwDD.js';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import 'kysely';
|
|
@@ -25,6 +25,7 @@ import '../../cookies/index.mjs';
|
|
|
25
25
|
import '../../shared/better-auth.DdzSJf-n.mjs';
|
|
26
26
|
import '../../shared/better-auth.CW6D9eSx.mjs';
|
|
27
27
|
import '../../shared/better-auth.tB5eU6EY.mjs';
|
|
28
|
+
import '../../shared/better-auth.VTXNLFMT.mjs';
|
|
28
29
|
import '../../shared/better-auth.Duk7IG0N.mjs';
|
|
29
30
|
import '../../social-providers/index.mjs';
|
|
30
31
|
import '@better-fetch/fetch';
|
|
@@ -32,7 +33,6 @@ import '../../shared/better-auth.D7syfoJW.mjs';
|
|
|
32
33
|
import '../../shared/better-auth.CbXAPXob.mjs';
|
|
33
34
|
import '../../shared/better-auth.BUPPRXfK.mjs';
|
|
34
35
|
import '../../shared/better-auth.DDEbWX-S.mjs';
|
|
35
|
-
import '../../shared/better-auth.VTXNLFMT.mjs';
|
|
36
36
|
import 'jose/errors';
|
|
37
37
|
import '@better-auth/utils/binary';
|
|
38
38
|
|
|
@@ -11,6 +11,7 @@ require('../../shared/better-auth.DiSjtgs9.cjs');
|
|
|
11
11
|
require('@better-auth/utils/base64');
|
|
12
12
|
require('@better-auth/utils/hmac');
|
|
13
13
|
require('../../shared/better-auth.D3mtHEZg.cjs');
|
|
14
|
+
require('../../shared/better-auth.C-R0J0n1.cjs');
|
|
14
15
|
require('../../social-providers/index.cjs');
|
|
15
16
|
require('@better-fetch/fetch');
|
|
16
17
|
require('jose');
|
|
@@ -31,7 +32,6 @@ require('../../shared/better-auth.Bg6iw3ig.cjs');
|
|
|
31
32
|
require('../../shared/better-auth.CHyZMcYK.cjs');
|
|
32
33
|
require('defu');
|
|
33
34
|
require('../../shared/better-auth.BMYo0QR-.cjs');
|
|
34
|
-
require('../../shared/better-auth.C-R0J0n1.cjs');
|
|
35
35
|
require('jose/errors');
|
|
36
36
|
require('@better-auth/utils/binary');
|
|
37
37
|
require('../../shared/better-auth.DhsGZ30Q.cjs');
|