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
+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
@@ -2,7 +2,7 @@
2
2
3
3
This sample demonstrates how to make secure calls to an API after authenticating a user with Auth0. The calls to the API are made with the user's `access_token`. The sample makes use of Auth0's hosted login page which provides centralized authentication. The sample uses create-react-app.
4
4
5
-
There is [short screencast](https://www.youtube.com/watch?v=ti2zMJm34Cw) available.
5
+
There is a [short screencast](https://www.youtube.com/watch?v=ti2zMJm34Cw) available.
6
6
7
7
## Getting Started
8
8
@@ -20,7 +20,7 @@ npm install
20
20
21
21
## Set up a new API
22
22
23
-
Visit [React Calling an API](https://auth0.com/docs/quickstart/spa/react/03-calling-an-api), for more complete documentation.
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
25
From the Auth0 dashboard, select the APIs section and select "Create API".
26
26
* Add a name for the API. `A friendly name for the API.`
0 commit comments