10000 clarified the code parameter in web flow · vlarsen/developer.github.com@f9ab7a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit f9ab7a4

Browse files
committed
clarified the code parameter in web flow
Added code tags to the 'code' parameter mentioned in the second step of the Web Application Flow
1 parent 1ed02a8 commit f9ab7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/v3/oauth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ against cross-site request forgery attacks.
4444
### 2. GitHub redirects back to your site
4545

4646
If the user accepts your request, GitHub redirects back to your site
47-
with a temporary code in a code parameter as well as the state you provided in
47+
with a temporary code in a `code` parameter as well as the state you provided in
4848
the previous step in a state parameter. If the states don't match, the request
4949
has been created by a third party and the process should be aborted.
5050

0 commit comments

Comments
 (0)
0