Introduction
Auth helps you build the sign-in experience, MFA, Payment Gateways, KYC, SSO, and user identity within minutes.
Main features:
An OIDC-based identity service
MFA with various options (Face, Voice, FIdo 2, EMail, and SMS)
Multi-platform user sign-in/up experience with SDKs (Web, iOS, and Android)
Sign-in/up with dynamic SMS/Email passcode
Sign in/up with a biometric option.
Out-of-box social sign-in integration (GitHub, Google, WeChat, Alipay, etc.)
A web UI to control all above (Admin Console)
Out-of-box SSO support with SAML 2.0, Rest, OAuth2 and OIDC.
Extendable multi-language support
Also, we call it "customer identity access management" (CIAM) or "customer identity solution."
Basic concepts
Before we start, it'll be good to know how Auth works. To simplify, we divide Auth into four parts: Admin Console, Sign-in Experience, Core Service, and SDKs.
Admin Console is a web app that will be your friend for customizing sign in and managing users.
Sign-in Experience is the UI that directly faces your end-users, including signing in, creating an account, etc.
Core Service is the foundation of Auth, which provides essential APIs to support everything else.
SDKs are the bridges between your application and Auth.
Last updated