What problem does it solve?
Authentication and user management are foundational for storefront apps. This skill consolidates anonymous auth, OTP login, password authentication, token refresh, user profiles, and customer groups under a single, consistent API.
Core Features & Use Cases
- Anonymous authentication to bootstrap sessions for first-time visitors and enable seamless browsing while preserving security.
- OTP-based login (email, phone, and WhatsApp) with optional automatic account creation when the user does not exist.
- Password-based login for traditional credentials, plus token refresh and session management.
- User profiles and customer groups for segmentation, access control, and personalized experiences across storefronts.
Quick Start
Install the SDK, initialize it in your app, then start with anonymous auth and progressively enable OTP or password login as your users sign in.