sign up and login
hold your voice supports google sign in and email/password auth. email flows may use a six-digit otp for verification.
quick answer
use google for the fastest path, or use email and password when the user wants a direct account.
use this for
- creating a new account
- returning to an existing account
- explaining the otp screen
steps
- open `/app`.
- choose google sign in or the email tab.
- for email signup, enter name, email, and a password.
- check the inbox for the six-digit code when prompted.
- enter the code before it expires.
- continue to onboarding or the dashboard.
details to know
- the app records the last-used auth method locally and shows a small badge next time.
- google auth forwards signup attribution and desired plan through safe query parameters.
- email login, register, forgot password, reset, resend otp, and logout all have rate limits.
limits and edge cases
- passwords must meet the app minimum length.
- otp codes expire after ten minutes.
- if a user enters the wrong code, request a fresh one instead of guessing.
ready to use the product instead of reading about it?
open app