Learning level
4/100
Learning level
4/100
Product version
1.0.1
Guide status
Stable
Sections
4
Understand VauSheet authentication, VauPrime account identity, session handling and what happens when a session expires.
What this guide covers
Quick facts
VauSheet uses the signed-in VauPrime account identity. Profile name and email can be resolved from the existing user metadata used across VauPrime web products.
Protected workbook surfaces require a valid access session. When authentication is no longer valid, VauSheet clears the unusable local session and routes the user back to sign-in rather than continuing with unauthorized workbook requests.
Use the account entry flow before opening cloud workbooks.
Navigate to the VauSheet site.
Expected result
Public or account-aware entry surface loads.
Continue with the VauPrime account login flow.
Expected result
A valid account session is created.
Complete the auth callback when required.
Expected result
VauSheet stores the usable session and opens the requested destination.
Client-side session state is only the browser's working session. Workbook access is still checked by authenticated backend requests and owner-scoped data rules.