Hypermedia
Signup
At the end of this guide, you will have a working signup flow with email verification and an account activation page for unverified users.
The signup component provides user registration with email verification. After creating an account, users are logged in immediately but redirected to an activation page until they verify their email address. The activation page allows users to resend the verification email if needed.
The component includes:
- Full name, email, and password registration
- Email verification tokens sent on signup
- IP-based rate limiting on the signup form
- Automatic login after registration
- Account activation page for unverified users
- Unique email handling that allows signup with previously unverified emails from other accounts
Note
This guide requires the Setup and Email Verification guides to be completed first.