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
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit8f6ff2f

Browse files
committed
new tokens page & developers page
1 parent3cf4a73 commit8f6ff2f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎content/v3/oauth_authorizations.md‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ can be cumbersome. Instead, tokens can be created using the OAuth Authorizations
6666
[Basic Authentication](/v3/auth#basic-authentication). To create tokens for a particular OAuth application, you
6767
must provide its client ID and secret, found on the OAuth application settings
6868
page, linked from your[OAuth applications listing on GitHub][app-listing]. If your OAuth application intends to create multiple tokens for one user you should use`fingerprint` to differentiate between them. OAuth tokens
69-
can also be created through the web UI via the[Application settings page][app-listing].
69+
can also be created through the web UI via the[Personal access tokens settings][tokens-listing].
7070
Read more about these tokens on the[GitHub Help page](https://help.github.com/articles/creating-an-access-token-for-command-line-use).
7171

7272
POST /authorizations
@@ -265,5 +265,6 @@ links that might be of help:
265265
*[Ruby Sinatra extension](https://github.com/atmos/sinatra_auth_github)
266266
*[Ruby Warden strategy](https://github.com/atmos/warden-github)
267267

268-
[app-listing]:https://github.com/settings/applications
268+
[app-listing]:https://github.com/settings/developers
269+
[tokens-listing]:https://github.com/settings/tokens
269270
[basics auth guide]:/guides/basics-of-authentication/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp