i using dbmanager rbac. strategy updating rbac database tables once have been created? there extension can used view roles , rules , update them?
for rbac dbmanager, (yii2 adevanced template ) use
- in
auth_permissiontable usetype_permissionassign permission (what check grant access) ,type_rolecreate application role. auth_assignmenttable assign role user.auth_item_childtable grouping permission role.
for manage have create few views gii, based on normal rbac table
i hope useful
Comments
Post a Comment