Skip to content

magicjoey/auth0-roles-permissions-dashboard-sample

 
 

Repository files navigation

Auth0 Roles & Permissions Dashboard

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.

Demo Environment

Overview

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).

About

Dashboard that allows you to manage roles and permissions for your Auth0 users

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.4%
  • CSS 26.0%
  • Shell 2.6%
  • HTML 1.0%