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

AutoCore Accessing Admin and Admin Navigation

How operators reach the authenticated Admin console and interpret permission-filtered navigation.

Use the sanitized deployment example https://admin.example.com. A real deployment URL, administrator credential, or installation identifier does not belong in public documentation. The shell authenticates first, shows a no-access state when no console permission is present, and filters links by the current permission set.

AreaSource-verified boundary
Desktop layoutPermission-filtered sidebar with grouped navigation and longest-match active state.
Mobile layoutHorizontally scrollable navigation strip, theme control, and sign-out control.
AuthenticationEmail login, HttpOnly refresh cookie, in-memory access token, and single-flight refresh.
AuthorizationThe API guard is authoritative; hidden navigation is presentation only.

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