Determines the next auth step for a given email: login, register, or early_access.
POST/auth/check-email
If the email belongs to an existing user, returns login.
If the platform's LaunchDate is set and in the past, returns register (open signup).
Otherwise returns early_access and adds the email to the Early Access waitlist.
Request
Responses
- 200
- 400
OK
Bad Request