API
Signup
At the end of this guide, you will have a working signup flow with email verification.
The signup component provides user registration with email verification. After creating an account, users are issued a credential immediately so they can use the application while their verification email arrives.
The component includes:
- Full name, email, and password registration
- Email verification tokens sent on signup
- IP-based rate limiting on the signup endpoint
- Automatic credential issuance after registration
- Unique email handling that allows signup with previously unverified emails from other accounts
Note
This guide requires the Setup, Login, and Email Verification guides to be completed first.