Back to Recipes
Invitation-Gated Registration
Admin-minted invitations gate sign-up: the RegisterPage only succeeds for an invited email.
Live Preview
Create account
Already have an account? Sign in
Key Features
- Registration requires an admin-created invitation for the exact email
- InvitationManager admin panel to create list and revoke invitations
- Invitation claimed atomically (markUsedIfUnused) so one invite yields one account
- Same 403 for any uninvited email so registration status never leaks
- Email verification link sent on successful registration
- Auto-login on success via the established session
Components Used
Invitation-Gated Registration — full flow
Loading...
Loading syntax highlighting...