Skip to content

Authentication

YuCommerce uses a dedicated authentication server to handle user login. Each tenant (business) has its own isolated user pool — users from one tenant cannot access another tenant’s data.

  1. You navigate to your tenant’s URL (e.g., yourstore.yucommerce.com)
  2. You’re redirected to a secure login page
  3. Enter your username and password, or sign in with Google
  4. On success, you’re returned to the application with an active session
  • Username and password — Standard credentials managed by your tenant admin
  • Google — Sign in with your Google Workspace account (if configured for your tenant)

Three roles exist within each tenant:

RoleDescription
Tenant AdminFull access, can manage users
ManagerStandard access to all features
StaffStandard access to all features

Currently, all roles have the same access level. Role-based restrictions will be introduced in a future update.

  • Sessions are maintained via secure tokens
  • You stay logged in until you explicitly sign out or your session expires
  • Each browser tab shares the same session

Use the “Forgot password” link on the login page to receive a reset email.

  • Users belong to exactly one tenant — no cross-tenant access
  • Multi-factor authentication (MFA) is available but must be configured by your admin
  • Social login providers beyond Google may be added in the future