Skip to content

Authentication

AutoROICalc supports email/password accounts, email verification, password reset, session refresh, logout, and optional Google or Facebook sign-in where enabled.

Use this page when you need to understand how to get access to the app, recover access, or choose the right sign-in method.

At a Glance

  • Create Account


    Register with a user name, email address, password, and required consent.

  • Verify Email


    Confirm the email address before normal email/password login.

  • Login


    Sign in with email/password or enabled SSO providers.

  • Reset Password


    Recover access through a token-based password reset email.

Access Methods

Use email/password login when the account was created directly in AutoROICalc.

The normal flow is:

  1. Create the account.
  2. Verify the email address.
  3. Log in with the verified email and password.

Check the verification email

If login is denied immediately after registration, check the mailbox used during account creation and complete email verification first.

Use Google sign-in when the deployment has Google SSO enabled and the Google account email should be used for AutoROICalc access.

AutoROICalc verifies the Google identity token before login or account creation. SSO availability depends on deployment configuration.

Use Facebook sign-in when the deployment has Facebook SSO enabled and the Facebook account email should be used for AutoROICalc access.

AutoROICalc verifies the Facebook access token before login or account creation. SSO availability depends on deployment configuration.

Create an Account

The account creation flow collects:

  • User name
  • Email address
  • Password
  • Required legal consent

After registration, AutoROICalc sends an email verification message. The account must be verified before normal email/password login can be used.

Password Reset

Use password reset when an email/password user cannot log in.

The reset flow is:

  1. Open the password reset request page.
  2. Enter the account email address.
  3. Open the password reset email.
  4. Set a new password from the reset link.
  5. Log in again with the new password.

Reset links require a valid token

If the token is missing, expired, or already used, request a new reset email.

Sessions and Logout

After login, AutoROICalc uses access and refresh tokens to keep the session active. The app can refresh the session in the background while the refresh token remains valid.

Use logout when leaving a shared or untrusted device. Backend session tools also support logging out all devices when needed.

SSO setup is deployment-specific

Self-hosted and on-premise deployments should confirm provider client IDs, app IDs, redirect handling, and allowed domains before relying on SSO for users.