https://github.com/nuxt/example-auth0
A simple example that shows how to use Nuxt.js with Auth0.
https://github.com/nuxt/example-auth0
nuxt nuxt-auth0 nuxt-example
Last synced: 7 months ago
JSON representation
A simple example that shows how to use Nuxt.js with Auth0.
- Host: GitHub
- URL: https://github.com/nuxt/example-auth0
- Owner: nuxt
- License: mit
- Created: 2017-02-05T12:34:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-07T00:56:54.000Z (9 months ago)
- Last Synced: 2025-04-06T23:11:29.328Z (8 months ago)
- Topics: nuxt, nuxt-auth0, nuxt-example
- Language: Vue
- Homepage: https://auth0.nuxtjs.org
- Size: 1.12 MB
- Stars: 721
- Watchers: 12
- Forks: 157
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nuxt-auth0
> A simple example that shows how to use [Nuxt.js](https://nuxtjs.org) with [Auth0](https://auth0.com)

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 
* Add your logout endpoint to your account allowed urls like this 
* 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
```