I'm working on a project with ServiceStack and wondered if it was possible to define a custom Role with custom permissions?
This is because I was reading the ServiceStack Authentication and authorization and reading the repositories so that I can figure out where and how they implement for example the "CanAccess" permission.
I want to create my own custom "MyPermission" for example and add it to a Role.