The Auth0 ACUL JS SDK lets you build custom Universal Login experiences with mininal effort. Whether you are working with login, signup, passwordless, or passkey enrollment, this SDK is built to handle modern authentication flows with ease.Documentation Index
Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Why Choose the Auth0 ACUL JS SDK?
- Fast Integration: Drop in pre-built screens like
login-idorsignup-password. - Modern Features: Support passwordless, passkeys, and social logins.
- Flexible Modules: Import only what you need.
- Unified State Management: Use a single transaction object to handle all authentication flows.
Architecture
How it works?
The SDK is built with modularity and scability in mind. Here is how it fits together:- Screens: Each authentication flow, such as
login-idandsignup-password, is a standalone module. - Submit Handlers: Manage form submissions and transitions.
- Dynamic Forms: Adapt fields and validations based on screen configurations.
- Helper Properties: Access common data, such as branding or transcation, in consistent way.
Resources
| Read… | To learn… |
|---|---|
| ACUL Quickstart Guide | Start buliding with the SDK. |
| API Reference | Explore screens, methods, and properties. |