| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Background Jobs Monitor is authenticated backoffice-only and read-only by default.
Every Management API endpoint is decorated with the Settings section policy (AuthorizationPolicies.SectionAccessSettings) at the controller level, so authorization applies to every action — an endpoint is denied by default rather than left open.
| Situation | Result |
|---|---|
| Unauthenticated request | 401 Unauthorized |
| Authenticated but no Settings access | 403 Forbidden |
| Authenticated with Settings access | Allowed |
Grant the Settings section to a user group under Users → User groups → group → Sections.
The only state change the package makes is the manual Run now trigger. All other endpoints only read discovery data and telemetry. See Manual Trigger.
The package handles no secrets and makes no outbound network calls; all data is local to the site.
Manual runs record the initiating backoffice user id. With durable storage enabled, this is persisted for later review.
| Back | FazBrowse Home | New Git URL |