@neondatabase/auth 0.1.0-beta.14 → 0.1.0-beta.15

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.
@@ -1,4 +1,4 @@
1
- import { n as NeonAuthAdapterCoreAuthOptions, t as NeonAuthAdapterCore } from "./adapter-core-9F3bfyWA.mjs";
1
+ import { n as NeonAuthAdapterCoreAuthOptions, t as NeonAuthAdapterCore } from "./adapter-core-CtcS7ex8.mjs";
2
2
  import * as better_auth_client11 from "better-auth/client";
3
3
  import * as better_auth_client_plugins5 from "better-auth/client/plugins";
4
4
  import * as jose0 from "jose";
@@ -1042,7 +1042,7 @@ declare class BetterAuthReactAdapterImpl extends NeonAuthAdapterCore {
1042
1042
  permission: {
1043
1043
  readonly organization?: ("delete" | "update")[] | undefined;
1044
1044
  readonly member?: ("delete" | "create" | "update")[] | undefined;
1045
- readonly invitation?: ("create" | "cancel")[] | undefined;
1045
+ readonly invitation?: ("cancel" | "create")[] | undefined;
1046
1046
  readonly team?: ("delete" | "create" | "update")[] | undefined;
1047
1047
  readonly ac?: ("delete" | "create" | "update" | "read")[] | undefined;
1048
1048
  };
@@ -1051,7 +1051,7 @@ declare class BetterAuthReactAdapterImpl extends NeonAuthAdapterCore {
1051
1051
  permissions: {
1052
1052
  readonly organization?: ("delete" | "update")[] | undefined;
1053
1053
  readonly member?: ("delete" | "create" | "update")[] | undefined;
1054
- readonly invitation?: ("create" | "cancel")[] | undefined;
1054
+ readonly invitation?: ("cancel" | "create")[] | undefined;
1055
1055
  readonly team?: ("delete" | "create" | "update")[] | undefined;
1056
1056
  readonly ac?: ("delete" | "create" | "update" | "read")[] | undefined;
1057
1057
  };
@@ -1062,7 +1062,7 @@ declare class BetterAuthReactAdapterImpl extends NeonAuthAdapterCore {
1062
1062
  permission: {
1063
1063
  readonly organization?: ("delete" | "update")[] | undefined;
1064
1064
  readonly member?: ("delete" | "create" | "update")[] | undefined;
1065
- readonly invitation?: ("create" | "cancel")[] | undefined;
1065
+ readonly invitation?: ("cancel" | "create")[] | undefined;
1066
1066
  readonly team?: ("delete" | "create" | "update")[] | undefined;
1067
1067
  readonly ac?: ("delete" | "create" | "update" | "read")[] | undefined;
1068
1068
  };
@@ -1071,7 +1071,7 @@ declare class BetterAuthReactAdapterImpl extends NeonAuthAdapterCore {
1071
1071
  permissions: {
1072
1072
  readonly organization?: ("delete" | "update")[] | undefined;
1073
1073
  readonly member?: ("delete" | "create" | "update")[] | undefined;
1074
- readonly invitation?: ("create" | "cancel")[] | undefined;
1074
+ readonly invitation?: ("cancel" | "create")[] | undefined;
1075
1075
  readonly team?: ("delete" | "create" | "update")[] | undefined;
1076
1076
  readonly ac?: ("delete" | "create" | "update" | "read")[] | undefined;
1077
1077
  };
@@ -1882,7 +1882,7 @@ declare class BetterAuthReactAdapterImpl extends NeonAuthAdapterCore {
1882
1882
  permission: {
1883
1883
  readonly organization?: ("delete" | "update")[] | undefined;
1884
1884
  readonly member?: ("delete" | "create" | "update")[] | undefined;
1885
- readonly invitation?: ("create" | "cancel")[] | undefined;
1885
+ readonly invitation?: ("cancel" | "create")[] | undefined;
1886
1886
  readonly team?: ("delete" | "create" | "update")[] | undefined;
1887
1887
  readonly ac?: ("delete" | "create" | "update" | "read")[] | undefined;
1888
1888
  };
@@ -1891,7 +1891,7 @@ declare class BetterAuthReactAdapterImpl extends NeonAuthAdapterCore {
1891
1891
  permissions: {
1892
1892
  readonly organization?: ("delete" | "update")[] | undefined;
1893
1893
  readonly member?: ("delete" | "create" | "update")[] | undefined;
1894
- readonly invitation?: ("create" | "cancel")[] | undefined;
1894
+ readonly invitation?: ("cancel" | "create")[] | undefined;
1895
1895
  readonly team?: ("delete" | "create" | "update")[] | undefined;
1896
1896
  readonly ac?: ("delete" | "create" | "update" | "read")[] | undefined;
1897
1897
  };
@@ -1,4 +1,4 @@
1
- import { t as NeonAuthAdapterCore } from "./adapter-core-BPv4mLT0.mjs";
1
+ import { t as NeonAuthAdapterCore } from "./adapter-core-ChIlSbGg.mjs";
2
2
  import { createAuthClient } from "better-auth/react";
3
3
 
4
4
  //#region src/adapters/better-auth-react/better-auth-react-adapter.ts
package/dist/index.d.mts CHANGED
@@ -1,6 +1,7 @@
1
- import { r as SupportedBetterAuthClientPlugins } from "./adapter-core-9F3bfyWA.mjs";
2
- import { r as BetterAuthReactAdapterInstance } from "./better-auth-react-adapter-BYvAsZdj.mjs";
3
- import { r as SupabaseAuthAdapterInstance, s as BetterAuthVanillaAdapterInstance } from "./supabase-adapter-_2wgvfZ3.mjs";
1
+ import "./better-auth-types-VqadyqlG.mjs";
2
+ import { r as SupportedBetterAuthClientPlugins } from "./adapter-core-CtcS7ex8.mjs";
3
+ import { r as BetterAuthReactAdapterInstance } from "./better-auth-react-adapter-AucJqubr.mjs";
4
+ import { r as SupabaseAuthAdapterInstance, s as BetterAuthVanillaAdapterInstance } from "./supabase-adapter-Bbn88gZj.mjs";
4
5
  import { createAuthClient as createAuthClient$1 } from "better-auth/react";
5
6
  import { createAuthClient as createAuthClient$2 } from "better-auth/client";
6
7
 
package/dist/index.mjs CHANGED
@@ -1,3 +1,4 @@
1
- import { n as createInternalNeonAuth, t as createAuthClient } from "./neon-auth-BhLZg9v8.mjs";
1
+ import "./adapter-core-ChIlSbGg.mjs";
2
+ import { n as createInternalNeonAuth, t as createAuthClient } from "./neon-auth-sSiNq4zM.mjs";
2
3
 
3
4
  export { createAuthClient, createInternalNeonAuth };
@@ -1,4 +1,4 @@
1
- import { n as BetterAuthVanillaAdapter } from "./supabase-adapter-rl2coLdb.mjs";
1
+ import { n as BetterAuthVanillaAdapter } from "./supabase-adapter-DhlcXYb9.mjs";
2
2
 
3
3
  //#region src/neon-auth.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { n as BetterAuthSession, r as BetterAuthUser } from "../better-auth-types-CE4hLv9E.mjs";
1
+ import { n as BetterAuthSession, r as BetterAuthUser } from "../better-auth-types-VqadyqlG.mjs";
2
2
  import * as better_auth_client0 from "better-auth/client";
3
3
  import * as better_auth_client_plugins0 from "better-auth/client/plugins";
4
4
  import * as jose0 from "jose";
@@ -1132,7 +1132,7 @@ declare function createAuthClient(): {
1132
1132
  permission: {
1133
1133
  readonly organization?: ("delete" | "update")[] | undefined;
1134
1134
  readonly member?: ("delete" | "create" | "update")[] | undefined;
1135
- readonly invitation?: ("create" | "cancel")[] | undefined;
1135
+ readonly invitation?: ("cancel" | "create")[] | undefined;
1136
1136
  readonly team?: ("delete" | "create" | "update")[] | undefined;
1137
1137
  readonly ac?: ("delete" | "create" | "update" | "read")[] | undefined;
1138
1138
  };
@@ -1141,7 +1141,7 @@ declare function createAuthClient(): {
1141
1141
  permissions: {
1142
1142
  readonly organization?: ("delete" | "update")[] | undefined;
1143
1143
  readonly member?: ("delete" | "create" | "update")[] | undefined;
1144
- readonly invitation?: ("create" | "cancel")[] | undefined;
1144
+ readonly invitation?: ("cancel" | "create")[] | undefined;
1145
1145
  readonly team?: ("delete" | "create" | "update")[] | undefined;
1146
1146
  readonly ac?: ("delete" | "create" | "update" | "read")[] | undefined;
1147
1147
  };
@@ -1152,7 +1152,7 @@ declare function createAuthClient(): {
1152
1152
  permission: {
1153
1153
  readonly organization?: ("delete" | "update")[] | undefined;
1154
1154
  readonly member?: ("delete" | "create" | "update")[] | undefined;
1155
- readonly invitation?: ("create" | "cancel")[] | undefined;
1155
+ readonly invitation?: ("cancel" | "create")[] | undefined;
1156
1156
  readonly team?: ("delete" | "create" | "update")[] | undefined;
1157
1157
  readonly ac?: ("delete" | "create" | "update" | "read")[] | undefined;
1158
1158
  };
@@ -1161,7 +1161,7 @@ declare function createAuthClient(): {
1161
1161
  permissions: {
1162
1162
  readonly organization?: ("delete" | "update")[] | undefined;
1163
1163
  readonly member?: ("delete" | "create" | "update")[] | undefined;
1164
- readonly invitation?: ("create" | "cancel")[] | undefined;
1164
+ readonly invitation?: ("cancel" | "create")[] | undefined;
1165
1165
  readonly team?: ("delete" | "create" | "update")[] | undefined;
1166
1166
  readonly ac?: ("delete" | "create" | "update" | "read")[] | undefined;
1167
1167
  };
@@ -1972,7 +1972,7 @@ declare function createAuthClient(): {
1972
1972
  permission: {
1973
1973
  readonly organization?: ("delete" | "update")[] | undefined;
1974
1974
  readonly member?: ("delete" | "create" | "update")[] | undefined;
1975
- readonly invitation?: ("create" | "cancel")[] | undefined;
1975
+ readonly invitation?: ("cancel" | "create")[] | undefined;
1976
1976
  readonly team?: ("delete" | "create" | "update")[] | undefined;
1977
1977
  readonly ac?: ("delete" | "create" | "update" | "read")[] | undefined;
1978
1978
  };
@@ -1981,7 +1981,7 @@ declare function createAuthClient(): {
1981
1981
  permissions: {
1982
1982
  readonly organization?: ("delete" | "update")[] | undefined;
1983
1983
  readonly member?: ("delete" | "create" | "update")[] | undefined;
1984
- readonly invitation?: ("create" | "cancel")[] | undefined;
1984
+ readonly invitation?: ("cancel" | "create")[] | undefined;
1985
1985
  readonly team?: ("delete" | "create" | "update")[] | undefined;
1986
1986
  readonly ac?: ("delete" | "create" | "update" | "read")[] | undefined;
1987
1987
  };
@@ -1,5 +1,6 @@
1
- import { t as BetterAuthReactAdapter } from "../better-auth-react-adapter-BkeuhSFt.mjs";
2
- import { t as createAuthClient$1 } from "../neon-auth-BhLZg9v8.mjs";
1
+ import { o as NEON_AUTH_SESSION_VERIFIER_PARAM_NAME } from "../adapter-core-ChIlSbGg.mjs";
2
+ import { t as BetterAuthReactAdapter } from "../better-auth-react-adapter-C3_WRaIy.mjs";
3
+ import { t as createAuthClient$1 } from "../neon-auth-sSiNq4zM.mjs";
3
4
  import { parseCookies, parseSetCookieHeader } from "better-auth/cookies";
4
5
  import { NextRequest, NextResponse } from "next/server";
5
6
  import { cookies, headers } from "next/headers";
@@ -12,8 +13,6 @@ const ERRORS = { MISSING_AUTH_BASE_URL: "Missing environment variable: NEON_AUTH
12
13
  const NEON_AUTH_COOKIE_PREFIX = "__Secure-neon-auth";
13
14
  const NEON_AUTH_SESSION_COOKIE_NAME = `${NEON_AUTH_COOKIE_PREFIX}.session_token`;
14
15
  const NEON_AUTH_SESSION_CHALLENGE_COOKIE_NAME = `${NEON_AUTH_COOKIE_PREFIX}.session_challange`;
15
- /** Name of the session verifier parameter in the URL, used for the OAUTH flow */
16
- const NEON_AUTH_SESSION_VERIFIER_PARAM_NAME = "neon_auth_session_verifier";
17
16
  const NEON_AUTH_HEADER_MIDDLEWARE_NAME = "X-Neon-Auth-Next-Middleware";
18
17
 
19
18
  //#endregion
@@ -275,16 +274,16 @@ const SKIP_ROUTES = [
275
274
  "/auth/email-otp",
276
275
  "/auth/forgot-password"
277
276
  ];
278
- /**
277
+ /**
279
278
  * A Next.js middleware to protect routes from unauthenticated requests and refresh the session if required.
280
- *
279
+ *
281
280
  * @param loginUrl - The URL to redirect to when the user is not authenticated.
282
281
  * @returns A middleware function that can be used in the Next.js app.
283
- *
282
+ *
284
283
  * @example
285
284
  * ```ts
286
285
  * import { neonAuthMiddleware } from "@neondatabase/auth/next"
287
- *
286
+ *
288
287
  * export default neonAuthMiddleware({
289
288
  * loginUrl: '/auth/sign-in',
290
289
  * });
@@ -1,4 +1,5 @@
1
- import "../../adapter-core-9F3bfyWA.mjs";
2
- import { i as BetterAuthReactAdapterOptions, n as BetterAuthReactAdapterBuilder, r as BetterAuthReactAdapterInstance, t as BetterAuthReactAdapter } from "../../better-auth-react-adapter-BYvAsZdj.mjs";
1
+ import "../../better-auth-types-VqadyqlG.mjs";
2
+ import "../../adapter-core-CtcS7ex8.mjs";
3
+ import { i as BetterAuthReactAdapterOptions, n as BetterAuthReactAdapterBuilder, r as BetterAuthReactAdapterInstance, t as BetterAuthReactAdapter } from "../../better-auth-react-adapter-AucJqubr.mjs";
3
4
  import "../../index-DCQ5Y2ED.mjs";
4
5
  export { BetterAuthReactAdapter, BetterAuthReactAdapterBuilder, BetterAuthReactAdapterInstance, BetterAuthReactAdapterOptions };
@@ -1,3 +1,4 @@
1
- import { t as BetterAuthReactAdapter } from "../../better-auth-react-adapter-BkeuhSFt.mjs";
1
+ import "../../adapter-core-ChIlSbGg.mjs";
2
+ import { t as BetterAuthReactAdapter } from "../../better-auth-react-adapter-C3_WRaIy.mjs";
2
3
 
3
4
  export { BetterAuthReactAdapter };
@@ -1,5 +1,6 @@
1
- import "../adapter-core-9F3bfyWA.mjs";
2
- import { i as BetterAuthReactAdapterOptions, n as BetterAuthReactAdapterBuilder, r as BetterAuthReactAdapterInstance, t as BetterAuthReactAdapter } from "../better-auth-react-adapter-BYvAsZdj.mjs";
1
+ import "../better-auth-types-VqadyqlG.mjs";
2
+ import "../adapter-core-CtcS7ex8.mjs";
3
+ import { i as BetterAuthReactAdapterOptions, n as BetterAuthReactAdapterBuilder, r as BetterAuthReactAdapterInstance, t as BetterAuthReactAdapter } from "../better-auth-react-adapter-AucJqubr.mjs";
3
4
  import "../index-DCQ5Y2ED.mjs";
4
5
  import { $ as MagicLinkFormProps, $t as SignUpFormProps, A as ChangePasswordCard, An as UserViewClassNames, At as PasswordInput, B as DropboxIcon, Bn as socialProviders, Bt as ResetPasswordFormProps, C as AuthUIProviderProps, Cn as UserAvatarClassNames, Ct as OrganizationViewPageProps, D as AuthViewPaths, Dn as UserButtonProps, Dt as OrganizationsCard, E as AuthViewPath, En as UserButtonClassNames, Et as OrganizationViewProps, F as CreateTeamDialogProps, Fn as accountViewPaths, Ft as RecoverAccountFormProps, G as GitLabIcon, Gt as SettingsCard, H as ForgotPasswordForm, Hn as useAuthenticate, Ht as SecuritySettingsCards, I as DeleteAccountCard, In as authLocalization, It as RedditIcon, J as InputFieldSkeleton, Jt as SettingsCellSkeleton, K as GoogleIcon, Kt as SettingsCardClassNames, L as DeleteAccountCardProps, Ln as authViewPaths, Lt as RedirectToSignIn, M as CreateOrganizationDialog, Mn as VKIcon, Mt as ProvidersCard, N as CreateOrganizationDialogProps, Nn as XIcon, Nt as ProvidersCardProps, O as AuthViewProps, On as UserInvitationsCard, Ot as PasskeysCard, P as CreateTeamDialog, Pn as ZoomIcon, Pt as RecoverAccountForm, Q as MagicLinkForm, Qt as SignUpForm, R as DeleteOrganizationCard, Rn as getViewByPath, Rt as RedirectToSignUp, S as AuthUIProvider, Sn as UserAvatar, St as OrganizationViewClassNames, T as AuthViewClassNames, Tn as UserButton, Tt as OrganizationViewPaths, U as ForgotPasswordFormProps, Un as useCurrentOrganization, Ut as SessionsCard, V as FacebookIcon, Vn as useAuthData, Vt as RobloxIcon, W as GitHubIcon, Wn as useTheme, Wt as SessionsCardProps, X as LinearIcon, Xt as SignInFormProps, Y as KickIcon, Yt as SignInForm, Z as LinkedInIcon, Zt as SignOut, _ as AuthLoading, _n as UpdateAvatarCardProps, _t as OrganizationSlugCardProps, a as AccountViewPath, an as TeamCell, at as OrganizationInvitationsCard, b as AuthUIContext, bn as UpdateNameCard, bt as OrganizationSwitcherProps, c as AccountsCard, cn as TeamOptionsContext, ct as OrganizationLogoCardProps, d as AppleIcon, dn as TwitchIcon, dt as OrganizationMembersCard, en as SignedIn, et as MicrosoftIcon, f as AuthCallback, fn as TwoFactorCard, ft as OrganizationNameCard, g as AuthHooks, gn as UpdateAvatarCard, gt as OrganizationSlugCard, h as AuthFormProps, hn as TwoFactorFormProps, ht as OrganizationSettingsCardsProps, i as AccountView, in as Team, it as OrganizationCellView, j as ChangePasswordCardProps, jn as UserViewProps, jt as Provider, k as ChangeEmailCard, kn as UserView, kt as PasskeysCardProps, l as AccountsCardProps, ln as TeamsCard, lt as OrganizationLogoClassNames, m as AuthFormClassNames, mn as TwoFactorForm, mt as OrganizationSettingsCards, n as AcceptInvitationCardProps, nn as SlackIcon, nt as NeonAuthUIProviderProps, o as AccountViewPaths, on as TeamCellProps, ot as OrganizationLogo, p as AuthForm, pn as TwoFactorCardProps, pt as OrganizationNameCardProps, q as HuggingFaceIcon, qt as SettingsCardProps, r as AccountSettingsCards, rn as SpotifyIcon, rt as NotionIcon, s as AccountViewProps, sn as TeamOptions, st as OrganizationLogoCard, t as AcceptInvitationCard, tn as SignedOut, tt as NeonAuthUIProvider, u as ApiKeysCardProps, un as TikTokIcon, ut as OrganizationLogoProps, v as AuthLocalization, vn as UpdateFieldCard, vt as OrganizationSwitcher, w as AuthView, wn as UserAvatarProps, wt as OrganizationViewPath, x as AuthUIContextType, xn as UpdateUsernameCard, xt as OrganizationView, y as AuthMutators, yn as UpdateFieldCardProps, yt as OrganizationSwitcherClassNames, z as DiscordIcon, zn as organizationViewPaths, zt as ResetPasswordForm } from "../index-BXlAjlSt.mjs";
5
6
  export { AcceptInvitationCard, AcceptInvitationCardProps, AccountSettingsCards, AccountView, AccountViewPath, AccountViewPaths, AccountViewProps, AccountsCard, AccountsCardProps, ApiKeysCardProps, AppleIcon, AuthCallback, AuthForm, AuthFormClassNames, AuthFormProps, AuthHooks, AuthLoading, AuthLocalization, AuthMutators, AuthUIContext, AuthUIContextType, AuthUIProvider, AuthUIProviderProps, AuthView, AuthViewClassNames, AuthViewPath, AuthViewPaths, AuthViewProps, BetterAuthReactAdapter, BetterAuthReactAdapterBuilder, BetterAuthReactAdapterInstance, BetterAuthReactAdapterOptions, ChangeEmailCard, ChangePasswordCard, ChangePasswordCardProps, CreateOrganizationDialog, CreateOrganizationDialogProps, CreateTeamDialog, CreateTeamDialogProps, DeleteAccountCard, DeleteAccountCardProps, DeleteOrganizationCard, DiscordIcon, DropboxIcon, FacebookIcon, ForgotPasswordForm, ForgotPasswordFormProps, GitHubIcon, GitLabIcon, GoogleIcon, HuggingFaceIcon, InputFieldSkeleton, KickIcon, LinearIcon, LinkedInIcon, MagicLinkForm, MagicLinkFormProps, MicrosoftIcon, NeonAuthUIProvider, NeonAuthUIProviderProps, NotionIcon, OrganizationCellView, OrganizationInvitationsCard, OrganizationLogo, OrganizationLogoCard, OrganizationLogoCardProps, OrganizationLogoClassNames, OrganizationLogoProps, OrganizationMembersCard, OrganizationNameCard, OrganizationNameCardProps, OrganizationSettingsCards, OrganizationSettingsCardsProps, OrganizationSlugCard, OrganizationSlugCardProps, OrganizationSwitcher, OrganizationSwitcherClassNames, OrganizationSwitcherProps, OrganizationView, OrganizationViewClassNames, OrganizationViewPageProps, OrganizationViewPath, OrganizationViewPaths, OrganizationViewProps, OrganizationsCard, PasskeysCard, PasskeysCardProps, PasswordInput, Provider, ProvidersCard, ProvidersCardProps, RecoverAccountForm, RecoverAccountFormProps, RedditIcon, RedirectToSignIn, RedirectToSignUp, ResetPasswordForm, ResetPasswordFormProps, RobloxIcon, SecuritySettingsCards, SessionsCard, SessionsCardProps, SettingsCard, SettingsCardClassNames, SettingsCardProps, SettingsCellSkeleton, SignInForm, SignInFormProps, SignOut, SignUpForm, SignUpFormProps, SignedIn, SignedOut, SlackIcon, SpotifyIcon, Team, TeamCell, TeamCellProps, TeamOptions, TeamOptionsContext, TeamsCard, TikTokIcon, TwitchIcon, TwoFactorCard, TwoFactorCardProps, TwoFactorForm, TwoFactorFormProps, UpdateAvatarCard, UpdateAvatarCardProps, UpdateFieldCard, UpdateFieldCardProps, UpdateNameCard, UpdateUsernameCard, UserAvatar, UserAvatarClassNames, UserAvatarProps, UserButton, UserButtonClassNames, UserButtonProps, UserInvitationsCard, UserView, UserViewClassNames, UserViewProps, VKIcon, XIcon, ZoomIcon, accountViewPaths, authLocalization, authViewPaths, getViewByPath, organizationViewPaths, socialProviders, useAuthData, useAuthenticate, useCurrentOrganization, useTheme };
@@ -1,4 +1,5 @@
1
- import { t as BetterAuthReactAdapter } from "../better-auth-react-adapter-BkeuhSFt.mjs";
1
+ import "../adapter-core-ChIlSbGg.mjs";
2
+ import { t as BetterAuthReactAdapter } from "../better-auth-react-adapter-C3_WRaIy.mjs";
2
3
  import { c as getViewByPath, n as authLocalization, r as authViewPaths, t as accountViewPaths, u as organizationViewPaths } from "../chunk-5DLVHPZS-Bxj7snpZ-EhdAQJMu.mjs";
3
4
  import { $ as RobloxIcon, A as MagicLinkForm, At as useAuthenticate, B as OrganizationSettingsCards, C as GitLabIcon, Ct as UserInvitationsCard, D as KickIcon, Dt as ZoomIcon, E as InputFieldSkeleton, Et as XIcon3, F as OrganizationInvitationsCard, G as PasskeysCard, H as OrganizationSwitcher, I as OrganizationLogo, J as RecoverAccountForm, K as PasswordInput, L as OrganizationLogoCard, M as NeonAuthUIProvider, Mt as useTheme, N as NotionIcon, O as LinearIcon, Ot as socialProviders, P as OrganizationCellView, Q as ResetPasswordForm, R as OrganizationMembersCard, S as GitHubIcon, St as UserButton, T as HuggingFaceIcon, Tt as VKIcon, U as OrganizationView, V as OrganizationSlugCard, W as OrganizationsCard, X as RedirectToSignIn, Y as RedditIcon, Z as RedirectToSignUp, _ as DeleteOrganizationCard, _t as UpdateAvatarCard, a as AppleIcon, at as SignOut, b as FacebookIcon, bt as UpdateUsernameCard, c as AuthLoading, ct as SignedOut, d as AuthView, dt as TeamCell, et as SecuritySettingsCards, f as ChangeEmailCard, ft as TeamsCard, g as DeleteAccountCard, gt as TwoFactorForm, h as CreateTeamDialog, ht as TwoFactorCard, i as AccountsCard, it as SignInForm, j as MicrosoftIcon, jt as useCurrentOrganization, k as LinkedInIcon, kt as useAuthData, l as AuthUIContext, lt as SlackIcon, m as CreateOrganizationDialog, mt as TwitchIcon, n as AccountSettingsCards, nt as SettingsCard, o as AuthCallback, ot as SignUpForm, p as ChangePasswordCard, pt as TikTokIcon, q as ProvidersCard, r as AccountView, rt as SettingsCellSkeleton, s as AuthForm, st as SignedIn, t as AcceptInvitationCard, tt as SessionsCard, u as AuthUIProvider, ut as SpotifyIcon, v as DiscordIcon, vt as UpdateFieldCard, w as GoogleIcon, wt as UserView, x as ForgotPasswordForm, xt as UserAvatar, y as DropboxIcon, yt as UpdateNameCard, z as OrganizationNameCard } from "../ui-C1IRQzLY.mjs";
4
5