You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,12 @@ You can access a simple demo here: https://auth0.nuxtjs.org
8
8
9
9
## Setup
10
10
11
-
* Create an account at Auth0 (https://auth0.com)
12
-
* Add your endpoints to your client's allowed urls like this 
13
-
* Add your logout endpoint to your account allowed urls like this 
11
+
- Create an account at Auth0 (https://auth0.com)
12
+
- Add your endpoints to your client's allowed urls like this 
13
+
- Add your logout endpoint to your account allowed urls like this 
14
14
15
-
* Copy the file `.env.example` at the root folder, rename it as `.env` and add your Auth0 keys
15
+
- Copy the file `.env.example` at the root folder, rename it as `.env` and add your Auth0 keys
16
+
- Find the audience value at https://manage.auth0.com/#/apis
0 commit comments