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: 03-Calling-an-API/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,16 +22,18 @@ npm install
22
22
23
23
More complete documentation is available at [React Calling an API](https://auth0.com/docs/quickstart/spa/react/03-calling-an-api).
24
24
25
-
From the Auth0 dashboard, select the APIs section and select "Create API".
25
+
From the Auth0 dashboard, select the APIs section and select "Create API":
26
+
26
27
* Add a name for the API. `A friendly name for the API.`
27
28
* Select an identifier for the endpoint. `A logical identifier for this API. We recommend using a URL but note that this doesn’t have to be a publicly available URL, Auth0 will not call your API at all. Important! This field cannot be modified.`
28
29
29
30
For purposes of this demo, you may want to consider using http://localhost:3001 as your identifier.
30
31
31
32
You will also need to add in a new scope. `Scopes allow you to define the data that will be accessed through the applications to your API. Set a name for them and its description for better understanding.`
32
-
* Select the Scopes tab from the API section
33
-
* in the name textbox, enter in `read:messages`
34
-
* add a description for this scope ex: `permission to read messages` and click the 'add' button.
33
+
34
+
* Select the Scopes tab from the API section.
35
+
* In the name textbox, enter in `read:messages`.
36
+
* Add a description for this scope ex: `permission to read messages` and click the 'add' button.
35
37
36
38
## Set the Client ID and Domain
37
39
@@ -66,7 +68,7 @@ Auth0 helps you to:
66
68
* Analytics of how, when and where users are logging in.
67
69
* Pull data from other sources and add it to the user profile, through [JavaScript rules](https://docs.auth0.com/rules).
68
70
69
-
## Create a free Auth0 account
71
+
## Create a Free Auth0 Account
70
72
71
73
1. Go to [Auth0](https://auth0.com/signup) and click Sign Up.
72
74
2. Use Google, GitHub or Microsoft Account to login.
@@ -82,5 +84,3 @@ If you have found a bug or if you have a feature request, please report them at
82
84
## License
83
85
84
86
This project is licensed under the MIT license. See the [LICENSE](LICENSE.txt) file for more info.
Copy file name to clipboardExpand all lines: 05-Token-Renewal/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ npm start
35
35
The application will be served at `http://localhost:3000`.
36
36
37
37
## Troubleshooting
38
+
38
39
If you see an error on renewal saying `login_required`, that means you may be using the Auth0 dev keys for whichever social login you're testing. You'll need to add your own keys for this to work.
39
40
40
41
## What is Auth0?
@@ -48,7 +49,7 @@ Auth0 helps you to:
48
49
* Analytics of how, when and where users are logging in.
49
50
* Pull data from other sources and add it to the user profile, through [JavaScript rules](https://docs.auth0.com/rules).
50
51
51
-
## Create a free Auth0 account
52
+
## Create a Free Auth0 Account
52
53
53
54
1. Go to [Auth0](https://auth0.com/signup) and click Sign Up.
54
55
2. Use Google, GitHub or Microsoft Account to login.
@@ -64,4 +65,3 @@ If you have found a bug or if you have a feature request, please report them at
64
65
## License
65
66
66
67
This project is licensed under the MIT license. See the [LICENSE](LICENSE.txt) file for more info.
0 commit comments