What problem does it solve?
CloudBase Web Authentication reduces the complexity of implementing login, registration, session handling, and user management on frontend apps by providing a ready-to-use, multi-method auth flow with clear integration steps and provider handling after the auth-tool is configured.
Core Features & Use Cases
- Supports multiple login methods including phone OTP, email OTP, password, anonymous, OAuth (Google/WeChat), and custom tickets, enabling flexible frontend authentication flows.
- Provides guidance for frontend integration, provider setup, and common user-management tasks such as session handling, profile updates, and identity linking.
- Real-world use cases include building a web login page that handles OTP flows, password sign-in, and third-party logins with a unified frontend API.
Quick Start
Initialize CloudBase in your frontend with env and region and the publishable key from auth-tool-cloudbase, then start using auth methods like signInWithOtp or signInWithPassword.