Concept Flow - Email verification pattern
User registers with email
Generate unique token
Send email with verification link
User clicks link
Verify token validity
Activate user
Done
This flow shows how a user registers, receives a verification email, clicks the link, and the system verifies the token to activate the account.