Fine-Grained roles

Hi,

In my app I have a concept of “repository” where users can be members of many repositories and have different roles in each one of them. For example, user A can be Admin of repository X and Viewer of repository Y while User B can be Admin of repository Y and have no access to repository X.
Is there a way to implement it with the auth0 roles mechanism?

Thanks,
Or

Hello @dsg,

Welcome to the Community! The Auth0 authorization core (roles or RBAC) feature is really geared towards managing API authorization, as it allows you to combine API scopes into a role and assign that role to a user.