Scope Permissions:
If we have two clients accessing the same API, the first client being an admin and the second client being mobile users only, how can we set permissions based on their scopes?
The scope_admin should have permissions 1, 2, 3, and 4 by default, while the scope_mobile should have permissions 1 and 4.
I'm trying to add a new scope and link certain permissions to it. When a user logs in, the permissions should only be returned for their specific scope.
Roles Permissions vs Scope Permissions? I'm using dotnet/abp-framework