You can access a simple demo here: https://auth0.nuxtjs.org
This example is inspired by next.js-auth0 made by Luís Rudge.
-
Create an account at Auth0 (https://auth0.com)
-
Add your logout endpoint to your account allowed urls like this
-
Copy the file
config.sample.json
at the root folder, rename it asconfig.json
and add your Auth0 keys
git clone https://github.com/nuxt/example-auth0.git
cd example-auth0
npm install
npm run dev