diff --git a/src/flow/code-3.html b/src/flow/code-3.html index 9cc7261..7d306f3 100644 --- a/src/flow/code-3.html +++ b/src/flow/code-3.html @@ -55,31 +55,33 @@
3. Exchange the code for token
- -
-
Let's break it down, line by line...
+

Now that we have the authorization code, we can exchange it for an access token. This is done by sending a POST request to the token endpoint.

+
+

With body data

+
+
Let's break it down...