Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This tutorial is based on a git repository that you can clone. You can follow th

In this tutorial, we'll have to implement the server-side flow. This flow includes the following steps :

- The client asks the backend for a state token through GET
- The client asks the backend for a state token through GETs
- The backend gives a state token
- The client runs the OAuth flow (popup or redirect) with that token
- OAuth.io responds with a code
Expand Down Expand Up @@ -320,7 +320,7 @@ The `credentials` object has to be created first. The `index.html` page also poi
That's it for step 5. To get the code right away, just run the following command :

```sh
$ git clone step-5 --force
$ git checkout step-5 --force
```

**step-6 Adding a call to retrieve the state token**
Expand Down