Cloud DriveInternal file ops
Internal access
Sign in to the company file workspace.
Email and password authentication is live. The first registered account becomes `super_admin`; later accounts default to `member`. Password recovery is available through email.
Production posture
Auth, storage, and audit now run through real server flows.
Session validation happens in protected layouts and route handlers, not only in the client.
Uploads are brokered through short-lived signed URLs while file metadata and permissions stay in Postgres.