UNPKG

@ouim/simple-logto

Version:

A simpler way to use @logto/react with prebuilt UI components and hooks for fast authentication setup

10 lines (9 loc) 521 B
export { AuthProvider } from './context'; export { useAuth } from './useAuth'; export { UserCenter } from './user-center'; export { CallbackPage } from './callback'; export { SignInPage } from './signin'; export { getBundlerConfig, viteConfig, webpackConfig, nextjsConfig } from './bundler-config'; export { cookieUtils, jwtCookieUtils } from './utils'; export type { LogtoUser, AuthOptions, AuthMiddleware, CallbackPageProps, NavigationOptions, AdditionalPage } from './types'; export { UserScope } from '@logto/react';