LeagueFlowLearn
01 Getting started

Create an Account

Register for LeagueFlow and understand the current account verification options.

2 min read

Use an account to create organizations, accept invitations, manage league work, follow public league content, or access support.

What is implemented now

LeagueFlow currently supports password registration and login, email verification, password reset, Google and Facebook provider sign-in, mobile OTP registration and login, and invitation-aware auth continuation.

Password-based login requires verified email ownership. Provider sign-in can mark trusted provider emails as verified. Mobile OTP verifies the mobile number separately from email verification.

Create a password account

Open registration

Go to the registration route in the app and enter the account details requested by the form.

Submit the form

The backend applies password rules and creates a user account when the request is valid.

Verify your email

Password registration stops at pending verification until the email verification flow is completed.

Sign in

After verification, sign in with the same email and password.

Other sign-in options

  • Google and Facebook sign-in are available when provider login is configured.
  • Mobile OTP registration and login are implemented for mobile-number access.
  • Invitation links preserve the invitation context through registration, login, and email verification.

Verify your email

Password registration stops at pending verification until the email verification flow is completed. Open the verification email, follow the single-use link, and then continue signing in or accepting an invitation.

If the verification link expires or is missing, use the verification request route to send a new verification email.

Was this page useful?

TODO: Connect docs feedback after the support workflow is verified.