@auth0/universal-components-core
v1.0.0-beta.5
Published
Core utilities for Auth0 Universal Components
Maintainers
Readme
@auth0/universal-components-core
Core utilities and services for Auth0 Web Universal components. Framework-agnostic functionality for Auth0 integrations.
Installation
npm install @auth0/universal-components-coreUsage
import { createCoreClient } from '@auth0/universal-components-core';
const client = createCoreClient({
domain: 'your-domain.auth0.com',
clientId: 'your-client-id',
});Requirements
- Node.js >= 18
- TypeScript >= 5.0 (recommended)
Related Packages
- @auth0/universal-components-react - React UI components
License
Copyright 2025 Okta, Inc.
Distributed under the MIT License.
Authors
Okta Inc.
