# example-auth0 **Repository Path**: mirrors_nuxt/example-auth0 ## Basic Information - **Project Name**: example-auth0 - **Description**: A simple example that shows how to use Nuxt.js with Auth0. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nuxt-auth0 > A simple example that shows how to use [Nuxt.js](https://nuxtjs.org) with [Auth0](https://auth0.com) ![nuxt-auth0](https://cloud.githubusercontent.com/assets/904724/22703834/d971838c-ed65-11e6-90f9-5ecf2a1be5f0.gif) You can access a simple demo here: https://auth0.nuxtjs.org ## Setup * Create an account at Auth0 (https://auth0.com) * Add your endpoints to your client's allowed urls like this ![nuxt-callbacks](https://cloud.githubusercontent.com/assets/904724/22703633/23f35724-ed65-11e6-83e4-227ad77c00ff.png) * Add your logout endpoint to your account allowed urls like this ![nuxt-logout-cb](https://cloud.githubusercontent.com/assets/904724/22703768/9782bbbc-ed65-11e6-93b7-9c1e4d5d7984.png) * Copy the file `.env.example` at the root folder, rename it as `.env` and add your Auth0 keys ## Running Locally ``` git clone https://github.com/nuxt/example-auth0.git cd example-auth0 npm install npm run dev ```