Skip to content

Commit 39d72c9

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent 4496a12 commit 39d72c9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

content/v3/oauth.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ and Client Secret. The Client Secret should not be shared.
2020
**You may create a [personal access token](https://github.com/settings/tokens/new)
2121
for your own use or implement the web flow below to allow other users to authorize your application.**
2222

23+
GitHub's OAuth implementation supports the standard [authorization code grant type](https://tools.ietf.org/html/rfc6749#section-4.1). Developers should implement the web application flow described below to obtain an authorization code and then exchange it for a token. (The [implicit grant type](https://tools.ietf.org/html/rfc6749#section-4.2) is not supported.)
24+
2325
## Web Application Flow
2426

2527
This is a description of the OAuth2 flow from 3rd party web sites.

0 commit comments

Comments
 (0)