Skip to main content

Signing in

Log into Level with email and password, or with your Google or Facebook account.

The Level login screen lives at /login. It's the same surface for password sign-in and for OAuth sign-in.

Login screen with Continue with Google, Continue with Facebook, divider, and email + password form
The login screen — social sign-in on top, email and password below.

Password sign-in

  1. Enter your email in the first field.
  2. Enter your password in the second.
  3. Click Log in with Email.

Toggle the eye icon next to the password field to reveal what you typed. If the credentials don't match, Level clears both fields and shows an error toast — re-enter and try again.

Google / Facebook sign-in

The login card has two outline buttons above the email/password form:

  • Continue with Google — opens Google's OAuth screen. After you approve, Level signs you in and lands you on /clients (or the page you were on before being bounced to login).
  • Continue with Facebook — same flow with Facebook's OAuth screen.

Both work for first-time sign-up and returning sign-in — Level matches the OAuth identity to an existing Level account by email, or creates a new account if none exists.

After sign-in

Level remembers the page you were trying to reach when you got bounced to /login. Once authentication succeeds:

  • If you had a saved path (e.g. you clicked a docs link and got bounced), you land on that page.
  • Otherwise, you go to /clients.

The saved-path is kept in your browser and cleared after redirect.

Forgot your password

Click Forgot password? on the right of the password field. Level navigates to /forgot-password, where you enter your email; if it matches an account, Level sends a reset link.

The reset link lands at /reset-password?token=…. Set a new password (same 8-character minimum) and you're signed straight back in.

Sign out

The user-profile menu in the top-right of the layout has a Log out action. Sign-out clears the session and returns you to /login.