Account
Account covers identity, authentication, and permission boundaries in Voluma.
Core product flows
- Start and onboarding: users enter through Start and Sign Up flows.
- Access confirmation and recovery: confirmed-account and password reset routes complete account lifecycle actions.
- Invite acceptance: invite links route users into invited workspace access.
- Authenticated account view:
/accountis protected and only available for signed-in users.
Access and permission model
- Route protection uses auth checks for pages marked as protected.
- Client and project access is permission-based and enforced in manager/editor flows.
- Users can only operate in clients they belong to, unless superuser permissions apply.
- Anonymous mode limits upload and editing capabilities until users sign up.
Operational notes
- Active project context is stored per user and reused for navigation recovery.
- When access to the requested project is invalid, users are redirected to a safe start path.
- Account state influences what appears in Project Management and Scene Editor.
