Clone the official ASP.NET Zero repository. Create your own private GitHub repository (Bitbucket, GitLab, Azure DevOps). Set the aspnetzero official repo as an upstream remote.
ASP.NET Zero is built on top of the popular (ABP) Framework. It provides pre-built pages for login, user management, role management, tenant management (for multi-tenant SaaS applications), settings, and audit logs. For enterprise teams, integrating this starter kit with a private GitHub repository (or GitHub Enterprise) is critical for version control, customization, and long-term maintenance. asp.net zero github
.Core project, open AppPermissions.cs:
public const string Pages_Tenant_PhoneBook = "Pages.Tenant.PhoneBook";
AppAuthorizationProvider.cs, add the permission to the tree so it appears in the Role Management UI.