Platform
User management
Two kinds of users matter in Turbofy: the team members who build inside a workspace, and the end-users of the apps you publish.
Workspace members
Members are invited into a workspace with a role and a status. Roles gate what a member can change; status tracks the lifecycle of their access.
- Roles:
ADMIN(full control) andEDITOR(build and edit content). - Status:
invited→active→revoked. - Invite, change roles, or revoke access from the workspace settings.
App end-users
Apps can have their own authenticated users, backed by a dedicated users table. This is separate from workspace membership — your app's audience is not your build team.
Never enter passwords or credentials on a user's behalf. Authentication is handled by the app runtime, not by editing records directly.