Skip to content

Commit b7a86d3

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent 8110939 commit b7a86d3

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

content/v3/oauth_authorizations.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ title: Authorizations | GitHub API
77
* TOC
88
{:toc}
99

10-
There is an API for users to manage their own tokens. You can only access your
11-
own tokens, and only via [Basic Authentication](/v3/auth#basic-authentication).
12-
(Make sure you understand how to [work with two-factor
13-
authentication](/v3/auth/#working-with-two-factor-authentication) if you or your
14-
users have two-factor authentication enabled.)
10+
You can use this API to manage your OAuth applications. You can only access this API via [Basic Authentication](/v3/auth#basic-authentication) using your username and password, not tokens.
11+
12+
Make sure you understand how to [work with two-factor authentication](/v3/auth/#working-with-two-factor-authentication) if you or your users have two-factor authentication enabled.
1513

1614
## List your authorizations
1715

@@ -148,9 +146,9 @@ will return `404 NOT FOUND`.
148146

149147
OAuth applications can use this API method to reset a valid OAuth token without
150148
end user involvement. Applications must save the "token" property in the
151-
response, because changes take effect immediately. You must use
149+
response, because changes take effect immediately. You must use
152150
[Basic Authentication](/v3/auth#basic-authentication) when accessing it, where
153-
the username is the OAuth application `client_id` and the password is its
151+
the username is the OAuth application `client_id` and the password is its
154152
`client_secret`. Invalid tokens will return `404 NOT FOUND`.
155153

156154
POST /applications/:client_id/tokens/:access_token

0 commit comments

Comments
 (0)