Auth0 Role Example
This demo application shows the different ways that users can take on different roles and memberships in Auth0 integrated applications.
Project Setup
- Set up an Auth0 application according to the Quickstart Guide (Vue Quickstart / Get a free Auth0 Tenant)
- Clone this project, install dependencies and create an
.env
file:$ npm ci $ cp .env.example .env && rm .env.example
- Populate the required data from the created Auth0 app into the environment variable file
.env
Compile and Hot-Reload for Development
$ npm run dev
Type-Check, Compile and Minify for Production
$ npm run build