Dashboard that allows you to manage roles and permissions for your Auth0 users. Take a look at the wiki for more information about deployment and sample integrations.
- Dashboard: http://perm-dashboard.azurewebsites.net/
- HR Tool (sample application): http://perm-hr.azurewebsites.net
- Users:
- john@fabrikamcorp.com
password
- mary@fabrikamcorp.com
password
- jake@fabrikamcorp.com
password
- kevin@fabrikamcorp.com
password
- john@fabrikamcorp.com
The dashboard allows you to manage permissions for the different applications you created in Auth0.
In addition to that you can also create roles which can contain permissions and sub-roles. If a role contains sub-roles it will inherit all of the permissions contained in those sub-roles (recursively).
Finally, these roles can be assigned to your users. This information will be persisted in the user's profile in Auth0.
And to test this you can view the user's effective permissions. This will calculate all the permissions that apply to this user by going over the user's roles and sub-roles (recursively).