Save up to 90%Learn more

JobsiteOn Help Center

Great field operations start with clear guidance

Find complete route-verified guides for authentication, onboarding, owner workflows, settings, integrations, security, and release operations.

Sign In with Email and Password

Exact sign-in, sign-up, auth code verification, and sign-out behavior.

AuthenticationLiveAuth
Sofia Patel

Written by Sofia Patel

Onboarding Success Manager

Updated 3/4/2026

Verified Routes

  • /
  • /signin
  • /signin/method
  • /signin/code
  • /verify
  • /signup
  • /auth/signout

What this guide covers

This guide documents the current production flow for:

  • Sign in
  • Sign up
  • Verify auth code
  • Sign out

All steps and routes below map to active behavior only.

Route map

  • Primary sign-in UI: / and /signin (same screen and behavior)
  • Auth code verification routes: /verify and /signin/code
  • Sign up: /signup
  • Sign out API endpoint: /auth/signout

Sign in

Use / or /signin to start sign-in.

Sign in screen reference

Sign in screen

Sign in steps

  1. Open / or /signin.
  2. Use Sign in with Google or continue with email.
  3. Enter email and password on the same screen.
  4. Optional controls on this screen: Remember me and Forgot password.
  5. Submit Sign in.
  6. If verification is required, continue on /verify (or /signin/code when flow-specific links point there).

Sign-in does not require confirm-password. Password fields are hidden by default and support eye-toggle show/hide.

Sign up

Use /signup to create a new account.

Sign up screen reference

Sign up screen

Sign up steps

  1. Start from the sign-up mode screen.
  2. Choose Continue with Google or enter Work email.
  3. Select Sign up to continue to password creation.
  4. Create a secure password (confirm-password is not shown on sign up).
  5. Password criteria: at least 8 characters, uppercase, lowercase, and number.
  6. Complete required verification (email link or code challenge).
  7. Continue into onboarding or app based on account state.
  8. Legal notice on sign-up: By signing up, you agree to JobsiteOn's Terms of Service and Privacy Policy.

Where to verify auth code

Auth code verification is available on /verify and /signin/code.

Verify auth code route

  • Primary route: /verify
  • Alternate route: /signin/code
  • Input: 6-digit code
  • Action: Verify
  • Fallback action: Resend code

The one-click verification page is /verify for email-link verification.

Verification screen reference

Verify email screen

Sign out

Sign out is executed from authenticated app surfaces and calls /auth/signout.

Sign out behavior

  1. User selects Sign out in the app account menu/settings.
  2. Client calls POST /auth/signout.
  3. Session and trust cookies are cleared server-side.
  4. User is redirected to the Auth web entry point.

Validation checklist

  • Sign-in routes / and /signin show password, remember-me, and forgot-password on one screen.
  • Sign-up route works: /signup.
  • Sign-up first step offers Continue with Google and Work email.
  • Sign-up password criteria are enforced with live meter feedback.
  • Verify routes are reachable: /verify and /signin/code.
  • Sign-out endpoint clears session: /auth/signout.

Troubleshooting

I do not see the code entry screen

Code entry appears at /signin/code only when the current flow requires code verification.

I clicked verify but still cannot access the app

Confirm the latest code value, then retry. If needed, resend code and complete verification again.

Sign-out did not seem to complete

Retry sign out from the account menu. If a stale tab remains open, refresh after sign-out to confirm session removal.

Related articles