Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Commit ff545e4

Browse files
committed
Updated <@SCHEMA_NOAUTH.GRAPHQL> to <@SCHEMA_AUTH.GRAPHQL> in Auth Version > Step 2
1 parent 184569b commit ff545e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

surveyo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Surveyo is a sample app that provides users with a survey tool that they can use
4848
### Auth Version
4949

5050
1. Copy the entire contents of the `schema_auth.graphql` file located in the root folder of the application.
51-
2. Open your `Graphql Client`, you can check some GraphQL clients [here](https://dgraph.io/docs/graphql/quick-start/#testing-your-graphql-api) or open a `terminal` and run the following command: `curl -X POST localhost:8080/admin/schema --data-binary <@SCHEMA_NOAUTH.GRAPHQL>`, which contains the code copied in step 1.
51+
2. Open your `Graphql Client`, you can check some GraphQL clients [here](https://dgraph.io/docs/graphql/quick-start/#testing-your-graphql-api) or open a `terminal` and run the following command: `curl -X POST localhost:8080/admin/schema --data-binary <@SCHEMA.GRAPHQL>`, which contains the code copied in step 1.
5252
3. Create an authentication service account on: [Auth0](https://auth0.com/).
5353
4. After creating your Auth0 account, follow the instructions provided [here](https://dgraph.io/docs/learn/developer/todo-app-tutorial/todo-auth0-jwt/) to set up Auth0 authentication.
5454
5. In the root folder of the application, open a terminal and run the following commands: `npm install` followed by `npm start`.

0 commit comments

Comments
 (0)