Create an account
Sign up with email + password or Google, verify your email and log in.
Sign up
- Go to /auth/signup and enter your email and a password (an optional name field is available).
- You will be sent a 4-digit verification code by email. The code is valid for 10 minutes.
- Enter the code on
/auth/verify-emailto activate your account.
Sign in with Google
On the login or signup page choose “Continue with Google”. After consenting on Google we set your session cookies and redirect you straight to the dashboard.
Forgot your password?
- From the login page click Forgot password, enter your email and submit.
- You will receive a 4-digit reset code by email.
- Enter the code, then choose a new password.
How sessions work
Quotespan signs you in with HTTP-only cookies (`access_token` + `refresh_token`). Tokens are never exposed to JavaScript or stored in localStorage.