Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3fc836e

Browse files
committed
🎨 🔨 words
1 parent5d02fe4 commit3fc836e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎content/v3/oauth.md‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ 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 doesn't support the[implicit grant](https://tools.ietf.org/html/rfc6749#section-4.2)
24-
currently which would allow developers to implement the authorization flow
25-
without a server-side component. Developers should implement the Web
26-
application flow described below and use a server-side component for exchanging
27-
an authorization code for a token.
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.)
2824

2925
##Web Application Flow
3026

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp