Hello, first of all thank you for sharing such a beautiful project, on the other hand I write from Argentina and my English is not very good, sorry po know that.
I'm having incovenientes to obtain permits from the "AbpPermissions" table, I thought that the permissions of user and automatically obteniean when logueaba.
Then a suuario see the logs in, try to get it with the following methods, and eh not been able to do:
var permission = _permissionManager.GetAllPermissions (false); var permission1 = _permissionManager.GetPermissionOrNull (Manager.Core.Authorization.PermissionNames.Module_MyAccount); var permission2 = _permissionManager.GetPermission (Manager.Core.Authorization.PermissionNames.Module_MyAccount);
var user = _userManager.FindById (1); var list = await _userManager.GetGrantedPermissionsAsync (user);
var list1 = await _userStore.GetPermissionsAsync (1);
I have already read in the forum, and also the documents:
But I do not use any Provider, I want to get permsisos AbpPermissions desdde the table.
I hope to receive an answer to this, I attached the print screen of the database.