Verify Email
Verify an email address with a token.
GET
/auth/verify/:tokenConsume a verification token and mark the user as verified.
This endpoint consumes a verification token and marks the user as verified.
Depending on configuration, verification can also create a session automatically.
Typical flow:
- user signs up
- app sends verification email using the configured email sender
- user opens the verification link
- the token is consumed and the user becomes verified