Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.42 KB

File metadata and controls

36 lines (22 loc) · 1.42 KB

@auth0/universal-components-core

Core utilities and services for Auth0 Universal Components. Framework-agnostic functionality for Auth0 integrations.

npm version license

What it provides:

  • API Services: Pre-built services for Auth0's My Organization and My Account APIs
  • Internationalization (i18n): Translation system with built-in support for English (en-US) and Japanese (ja)
  • Schema Validation: Zod schemas for API request/response validation
  • Theme Utilities: Theme configuration and CSS variable management

Note: This package is automatically installed as a dependency of @auth0/universal-components-react. Direct installation is only needed for custom integrations.

Installation

npm install @auth0/universal-components-core

Requirements

  • Node.js >= 18
  • TypeScript >= 5.0 (recommended)

Related Packages

License

Copyright 2026 Okta, Inc.

Distributed under the Apache License 2.0.