grantcolley / headway

A .NET 7.0 Blazor framework for building configurable applications fast. Supporting both hosting models, Blazor WebAssembly and Blazor Server, a WebApi for accessing data and an Identity Provider for authentication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add permission as Config, ConfigItem and ConfigContainer level

grantcolley opened this issue · comments

Enable granular level permissions by assigning to individual ConfigItems (model properties) and ConfigContainers (model properties grouped on the page / document by a container).

e.g. by default assign 'User' permission to all config, properties and containers, else assign specified permission.