Documentation
Known Limitations
Accessly V1 keeps the frontend API small and predictable. These limits are intentional release boundaries.
Frontend Boundary
Accessly controls frontend rendering only and does not replace backend authorization.
Matching Scope
Wildcards are segment-based and optional. Feature flags are exact-match only. Navigation items support one permission string per item.
Provider Scope
PermissionProvider stores the current access model in React Context. It is not a user database and should not receive every user.
Adapters
Adapter output is trusted by Accessly. Validate backend data before returning an AccessModel in production.
