abp
abp copied to clipboard
Document changes with Dynamic permissions/features/settings/text-templates
Based on https://github.com/abpframework/abp/pull/13644
- Document
SaveStaticPermissionsToDatabase
,IsDynamicPermissionStoreEnabled
,DeletedPermissionGroups
,DeletedPermissions
in thePermissionManagementOptions
. (DeletedPermissionGroups
,DeletedPermissions
will be moved toAbpPermissionOptions
) -
ISimpleStateCheckerSerializer
(in the advanced section of state checkers) -
IDynamicPermissionDefinitionStore
(authorization - advanced section) - Allow to check a permission (with its name) without defining it (statically or dynamically).
PermissionChecker
returnsfalse
(prohibited) for undefined permissions. (authorization doc) -
IRootServiceProviderAccessor
(DI doc) - Application Name (where?) and InstanceId with the
IApplicationInfoAccessor
service. - Set AbpAuditingOptions.ApplicationName from the new Application Name by default.
- ILocalizableString and their implementations can be documented (they are not documented yet at all)
- ILocalizableStringSerializer (localization document, advanced section)