Skip to content
AutoCore1.0.0-rc.1 · Release Candidate
1.0.0-rc.1 · Release Candidate1 min read

AutoCore Roles, Permissions, and Ownership

Source-verified global roles, fine-grained permissions, dealer roles, and resource ownership boundaries.

The global hierarchy is user, moderator, admin, and super_admin. Dealer membership has its own owner, manager, and staff hierarchy. Permission guards and service-level ownership checks remain separate from navigation visibility.

AreaSource-verified boundary
Global rolesFour ranked roles; higher rank satisfies a declared lower role requirement.
Permissions156 canonical fine-grained keys are checked by PermissionsGuard.
Dealer membershipOwner, manager, and staff are scoped to a dealer and constrained by membership status.
Super administratorBypasses the permission list in the guard but not DTO, state, ownership, audit, or configuration rules.

Verification

Verify the route, permission, response state, audit outcome, and public effect before closing the task. Record unknown or configuration-dependent behavior as a limitation.

Related articles