File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -126,10 +126,10 @@ features:
126126 will provide before authorizing a third party app
127127
128128Normally, tokens are created via a [ web flow] [ webflow ] . An application
129- will send users to GitHub to log in. GitHub will present a dialog
129+ sends users to GitHub to log in. GitHub then presents a dialog
130130indicating the name of the app, as well as the level of access the app
131- will have once the user authorizes it . After a user authorizes
132- access, GitHub redirects the user back to the application:
131+ has once it's authorized by the user . After a user authorizes access, GitHub
132+ redirects the user back to the application:
133133![ ] ( /images/oauth_prompt.png )
134134
135135You don't need to set up the entire web flow to begin working with OAuth tokens.
@@ -227,7 +227,7 @@ The information returned from these calls will depend on how we authenticate:
227227* Using Basic Authentication, the response includes all repositories the
228228 the user has access to see on github.com.
229229* Using OAuth, private repositories are only returned if the OAuth token
230- contains ' repo' scope.
230+ contains the ` repo ` [ scope] [ scopes ] .
231231
232232As the [ docs] [ repos-api ] indicate, these methods take a ` type ` parameter that
233233can filter the repositories returned based on what type of access the user has
You can’t perform that action at this time.
0 commit comments