0
balessi75 created
ABP Commercial 7.0.1 / Blazor Server / EF / Non tiered / Separate Host and Tenant DBs / Lepton Theme
Hi,
We are working with the ABP permission system and see how everything works at the database level witht he AbpPermissionGrants table.
We noticed, however, that there is an AbpPermissions table and an AbpPermissionGroups table that appear to always be empty.
Can you explain the use of the AbpPermissions and AbpPermissionGroups tables in the ABP Framework?
Thanks in advance.
2 Answer(s)
-
0
hi
The AbpPermissions and AbpPermissionGroups are used with Dynamic permissions
-
0
Thanks